Regression tests: run.py should not block on user input if used for CI.
parent
11dc89d455
commit
fd84970596
|
@ -258,6 +258,5 @@ def run_test():
|
||||||
# -------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
run_test()
|
run_test()
|
||||||
input("Press any key to continue ...")
|
|
||||||
|
|
||||||
# vim: ai ts=4 sts=4 et sw=4
|
# vim: ai ts=4 sts=4 et sw=4
|
||||||
|
|
Loading…
Reference in New Issue