minor update to runtests.py

This commit is contained in:
gladman 2009-03-15 19:56:38 +00:00
parent 87e4783f38
commit de1d00d816

View File

@ -68,4 +68,4 @@ if run_ok > 0 :
print("\t%i ran correctly" % run_ok)
if run_fail > 0 :
print("\t%i failed" % run_fail)
raw_input(".. completed - press ENTER")
input(".. completed - press ENTER")