소스 검색

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