Commit 9d18eee5 authored by Denis Bilenko's avatar Denis Bilenko

testrunner: do not print how to view stats if there are none

parent 0ccf3adc
......@@ -297,7 +297,7 @@ def spawn_subprocesses(options, args):
fail = True
except sqlite3.OperationalError, ex:
print ex
print 'To view stats again for this run, use %s --stats --runid %s --db %s' % (sys.argv[0], options.runid, options.db)
print 'To view stats again for this run, use %s --stats --runid %s --db %s' % (sys.argv[0], options.runid, options.db)
if fail:
sys.exit(1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment