diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2017-01-26 21:07:10 -0500 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-01-27 16:36:55 +0000 |
commit | 6f692d6e5a8ffc920a728372ef773199bc5466c0 (patch) | |
tree | 1a23e6e7ade4b98dc145003c5a238cc0c8502bc1 /test | |
parent | ed6814b57f680fbf1f33ecc9fb8c3deb0e3fffba (diff) |
Fix make test scapy python patch issue, VPP-615
Change-Id: I1e6798905f0049c793224a2c880f3b2cfadcf1e7
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 ; \ |