From 5160c95b21fe16977fbb1c86ed3337953187f296 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 27 Jan 2023 20:14:54 +0800 Subject: [PATCH] Update run_tests.py --- scripts/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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