diff options
Diffstat (limited to 'run_tests.py')
-rwxr-xr-x | run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index f4ec4de..5fb9316 100755 --- a/run_tests.py +++ b/run_tests.py @@ -38,7 +38,6 @@ def run_tests(): pass [run_test(t) for t in tests] - if __name__ == '__main__': os.chdir(os.path.split(__file__)[0]) run_tests() |