tps: show progress dots

parent dd9c46b4
......@@ -183,6 +183,7 @@ class Suite(object):
logname = os.path.join(self.log_path, logname)
log.write('------------------------\n')
log.write('running test {0} = {1}\n'.format(shortname, test))
print '.',
run_test(testname, logname)
except TpsCritical, e:
print 'test [%s]: critical error, aborting: [%s]' % (shortname, e)
......
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