瀏覽代碼

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