diff options
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index 7b907a2..97c31e6 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -553,4 +553,3 @@ if __name__ == '__main__': for l in failing_logs: print(l, '\n') sys.exit(failing_tests) - |