Update run_tests.py

This commit is contained in:
blueloveTH 2023-01-27 20:14:54 +08:00
parent 40a37d1846
commit 5160c95b21

View File

@ -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")