From: Dave Wallace Date: Fri, 27 Jan 2017 02:07:10 +0000 (-0500) Subject: Fix make test scapy python patch issue, VPP-615 X-Git-Tag: v17.04-rc1~308 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F4896%2F3;p=vpp.git Fix make test scapy python patch issue, VPP-615 Change-Id: I1e6798905f0049c793224a2c880f3b2cfadcf1e7 Signed-off-by: Dave Wallace --- diff --git a/test/Makefile b/test/Makefile index f3c71b5137c..ef1949529fb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -23,6 +23,7 @@ $(PIP_INSTALL_DONE): $(PIP_PATCH_DONE): $(PIP_INSTALL_DONE) @echo --- patching --- + @sleep 1 # Ensure python recompiles patched *.py files -> *.pyc for f in $(CURDIR)/patches/scapy-2.3.3/*.patch ; do \ echo Applying patch: $$(basename $$f) ; \ patch -p1 -d $(SCAPY_SOURCE) < $$f ; \