Commit af73142f authored by Denis Bilenko's avatar Denis Bilenko

testrunner.py: print generated runid

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