aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-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 ; \