tests: Fix 'test-wipe' 50/32450/3
authorNeale Ranns <neale@graphiant.com>
Wed, 26 May 2021 12:57:14 +0000 (12:57 +0000)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 26 May 2021 18:44:08 +0000 (18:44 +0000)
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

test/Makefile

index 6726ac3..142fb10 100644 (file)
@@ -236,7 +236,6 @@ reset:
 
 .PHONY: wipe
 wipe: reset
-       @make -C ext clean
        @rm -rf $(VENV_PATH)
        @rm -rf $(patsubst %,%/__pycache__, $(VPP_TEST_DIRS))