浏览代码

show rebuild

myuan 2 年之前
父节点
当前提交
40a2dedf6f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      run_sql_parser_test.py

+ 1 - 0
run_sql_parser_test.py

@@ -26,6 +26,7 @@ async def run_and_output(
     return stdout, stderr
 
 async def rebuild() -> bool:
+    print(datetime.now(), colored('rebuild...', "grey"))
     stdout, _ = await run_and_output('xmake')
     if b"error" in stdout:
         print(stdout.decode("utf-8"))