X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=ef0b27c9572e919cb43b52d562d77135aa206d1b;hb=4c16d80067b35973ebc5a86d685db52fea2fd052;hp=facdc6e4c14e819aeb33cb0ee23456ac4093c0ba;hpb=5d4b8912d2fe186b4fb920a72b3a2f7b556f4e7d;p=vpp.git diff --git a/test/Makefile b/test/Makefile index facdc6e4c14..ef0b27c9572 100644 --- a/test/Makefile +++ b/test/Makefile @@ -145,7 +145,7 @@ $(PIP_PATCH_DONE): $(PIP_INSTALL_DONE) echo Applying patch: $$(basename $$f) ; \ patch --forward -p1 -d $(SCAPY_SOURCE) < $$f ; \ retCode=$$?; \ - [ $$retCode -gt 1 ] && exit $$retCode; \ + [ $$retCode -gt 0 ] && exit $$retCode; \ done; \ touch $@