Procházet zdrojové kódy

Update run_tests.py

blueloveTH před 3 roky
rodič
revize
5160c95b21
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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")