aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2017-01-26 21:07:10 -0500
committerDave Wallace <dwallacelf@gmail.com>2017-02-03 14:21:41 +0000
commit43c9c959ff42e8357bb6ad62565ce931cfda9f72 (patch)
tree2da21d690bd69534d0c8bd57a36c3906b7d53b40
parent88d9b3be0e58719c7ccda095e9627befc79039f9 (diff)
Fix make test scapy python patch issue, VPP-615
Change-Id: I1e6798905f0049c793224a2c880f3b2cfadcf1e7 Signed-off-by: Dave Wallace <dwallacelf@gmail.com> (cherry picked from commit 6f692d6e5a8ffc920a728372ef773199bc5466c0)
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 54fe0582aba..e2d634c4436 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 ; \