Explorar o código

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

Alexander Gessler %!s(int64=11) %!d(string=hai) anos
pai
achega
fd84970596
Modificáronse 1 ficheiros con 0 adicións e 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