diff --git a/scripts/run_tests.py b/scripts/run_tests.py index ab7855cd..6d29bf5e 100644 --- a/scripts/run_tests.py +++ b/scripts/run_tests.py @@ -20,6 +20,6 @@ def test_dir(path): return not has_error if __name__ == '__main__': - ok = test_dir('./tests') + ok = test_dir('tests') if ok: print("ALL TESTS PASSED") \ No newline at end of file