Explorar el Código

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

Alexander Gessler hace 11 años
padre
commit
fd84970596
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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