diff options
author | Neale Ranns <neale@graphiant.com> | 2021-05-26 12:57:14 +0000 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2021-05-26 18:44:08 +0000 |
commit | 46cb4c40941e06d726c116975c321603766d24bd (patch) | |
tree | 4bfb6b4f0296e036342c96062d380e36e01fb94e /test/Makefile | |
parent | 91d6a9484534c8f41a06d3725057411c4f3de1cf (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
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
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)) |