X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=d8bbf4d5c69831dd6ba2aeb7fc03d69407a28ac2;hb=7028a0157e28066696fba7d9978f7ab474f4d4f8;hp=ca861b3b3a1ec74149e6de2b308af95e8eddac09;hpb=be2c2a82d817decc3b8e58239e8c6828f349b97b;p=vpp.git diff --git a/test/Makefile b/test/Makefile index ca861b3b3a1..d8bbf4d5c69 100644 --- a/test/Makefile +++ b/test/Makefile @@ -267,7 +267,7 @@ checkstyle: verify-test-dir @virtualenv $(VENV_PATH) -p python3 @bash -c "source $(VENV_PATH)/bin/activate && python3 -m pip install pycodestyle" @bash -c "source $(VENV_PATH)/bin/activate &&\ - pycodestyle --show-source --ignore=W504,E126,E241,E226,E305,E704,E741,E722 --exclude=$(WS_ROOT)/test/_*.py -v $(WS_ROOT)/test/*.py ||\ + pycodestyle --show-source --ignore=W504,E126,E241,E226,E305,E704,E741,E722 --exclude=$(WS_ROOT)/test/_*.py -v $(WS_ROOT)/test/*.py $(PLUGIN_SRC_DIR)/*/test/*.py ||\ (echo \"*******************************************************************\" &&\ echo \"* Test framework PEP8 compliance check FAILED \" &&\ echo \"*******************************************************************\" &&\