瀏覽代碼

Update run_tests.py

blueloveTH 3 年之前
父節點
當前提交
5c64b0da81
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/run_tests.py

+ 1 - 1
scripts/run_tests.py

@@ -19,7 +19,7 @@ def test_dir(path):
                 print("[x] " + filepath)
                 has_error = True
             else:
-                print("[] " + filepath)
+                print("[v] " + filepath)
     return not has_error
 
 if __name__ == '__main__':