diff --git a/v2/test/test_all.py b/v2/test/test_all.py index f69cb5f36..26e1019a7 100644 --- a/v2/test/test_all.py +++ b/v2/test/test_all.py @@ -80,8 +80,8 @@ def run_tests(critical_tests, other_tests): """ - - pass_count = pass_count + 1 + if passed: + pass_count = pass_count + 1 sys.stdout.flush() # Makes testing under emacs more entertaining. # Erase the file on success.