X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Frun_tests.py;h=2940f9e3608085af79106955dc03cb0157d22361;hb=defde0f87067eb473660794cbd4a2da69fdd191d;hp=0af57ac46b800e1926cad079477fd30108d35647;hpb=57f170bdf9967e3f8ea6e937a70c7f86187f95a2;p=vpp.git diff --git a/test/run_tests.py b/test/run_tests.py index 0af57ac46b8..2940f9e3608 100644 --- a/test/run_tests.py +++ b/test/run_tests.py @@ -782,7 +782,7 @@ if __name__ == '__main__': print("%s out of %s tests match specified filters" % ( tests_amount, tests_amount + cb.filtered.countTestCases())) - if not running_extended_tests(): + if not running_extended_tests: print("Not running extended tests (some tests will be skipped)") attempts = retries + 1