myuan hace 2 años
padre
commit
40a2dedf6f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"))