aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNeale Ranns <neale@graphiant.com>2021-05-26 12:57:14 +0000
committerDave Wallace <dwallacelf@gmail.com>2021-06-04 13:33:06 +0000
commite027d88521422fe59024246e8ff3cfcd16471e33 (patch)
treeebbe098eb81f6bbc1f5263f005d56432d93bf105 /test
parent4b0882c9a90a1c5d9d5c1a1e183d573f70a00bc8 (diff)
tests: Fix 'test-wipe'
Type: fix Error: vagrant@ ~/vpp (make-test-wipe) $ make test-wipe make[1]: Entering directory '/home/vagrant/vpp/test' make[2]: Entering directory '/home/vagrant/vpp/test' make[2]: *** ext: No such file or directory. Stop. make[2]: Leaving directory '/home/vagrant/vpp/test' make[1]: *** [Makefile:239: wipe] Error 2 make[1]: Leaving directory '/home/vagrant/vpp/test' make: *** [Makefile:440: test-wipe] Error 2 Signed-off-by: Neale Ranns <neale@graphiant.com> Change-Id: I3615a962882d5d56c394aa628e9942fed07cde84 (cherry picked from commit 46cb4c40941e06d726c116975c321603766d24bd)
Diffstat (limited to 'test')
-rw-r--r--test/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 6726ac3e1e2..142fb1077f0 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -236,7 +236,6 @@ reset:
.PHONY: wipe
wipe: reset
- @make -C ext clean
@rm -rf $(VENV_PATH)
@rm -rf $(patsubst %,%/__pycache__, $(VPP_TEST_DIRS))