Commit af73142f authored by Denis Bilenko's avatar Denis Bilenko

testrunner.py: print generated runid

parent 34ffb83d
......@@ -336,6 +336,7 @@ def main():
if not options.runid:
import uuid
options.runid = str(uuid.uuid4())
print 'Generated runid: %s' % (options.runid, )
if options.record:
run_tests(options, args)
elif args:
......
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