소스 검색

Regression tests: run.py should not block on user input if used for CI.

Alexander Gessler 11 년 전
부모
커밋
fd84970596
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      test/regression/run.py

+ 0 - 1
test/regression/run.py

@@ -258,6 +258,5 @@ def run_test():
 # -------------------------------------------------------------------------------
 if __name__ == "__main__":
     run_test()
-    input("Press any key to continue ...")
 
 # vim: ai ts=4 sts=4 et sw=4