X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=facdc6e4c14e819aeb33cb0ee23456ac4093c0ba;hb=5d4b8912d2fe186b4fb920a72b3a2f7b556f4e7d;hp=4dd77b9b5e829ce99d25fff6aa395509ef10fec5;hpb=aa72578637e2a346ee845545b2e26aad83e12192;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 4dd77b9b5e8..facdc6e4c14 100644 --- a/test/Makefile +++ b/test/Makefile @@ -141,7 +141,7 @@ $(PIP_INSTALL_DONE): $(PYTHON_DEPENDS) $(PIP_PATCH_DONE): $(PIP_INSTALL_DONE) @echo --- patching --- @sleep 1 # Ensure python recompiles patched *.py files -> *.pyc - for f in $(CURDIR)/patches/scapy-2.4/*.patch ; do \ + for f in $(CURDIR)/patches/scapy-2.4.3/*.patch ; do \ echo Applying patch: $$(basename $$f) ; \ patch --forward -p1 -d $(SCAPY_SOURCE) < $$f ; \ retCode=$$?; \