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

pull/361/head
Alexander Gessler 2014-09-04 23:18:20 -07:00
parent 11dc89d455
commit fd84970596
1 changed files with 0 additions and 1 deletions

View File

@ -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