Commit fdb6c98d authored by Denis Bilenko's avatar Denis Bilenko

testrunner: print a separator before printing stats

parent e4f2f8a9
......@@ -303,6 +303,7 @@ def spawn_subprocesses(options, args):
store_record(options.db, 'test', params)
if options.db:
try:
print '-' * 80
if print_stats(options):
fail = True
except sqlite3.OperationalError, ex:
......
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