From 6f692d6e5a8ffc920a728372ef773199bc5466c0 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 26 Jan 2017 21:07:10 -0500 Subject: [PATCH] Fix make test scapy python patch issue, VPP-615 Change-Id: I1e6798905f0049c793224a2c880f3b2cfadcf1e7 Signed-off-by: Dave Wallace --- test/Makefile | 1 + 1 file changed, 1 insertion(+) 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 ; \ -- 2.16.6