فهرست منبع

Update run_tests.py

blueloveTH 3 سال پیش
والد
کامیت
5160c95b21
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/run_tests.py

+ 1 - 1
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")