Commit fe2a5811 authored by Denis Bilenko's avatar Denis Bilenko

testrunner.py: better informational message

parent 7cf95691
......@@ -371,7 +371,7 @@ def main():
options.db = get_tempnam()
else:
options.db = 'testresults.sqlite3'
print 'Storing the results in %s' % options.db
print 'Using the database: %s' % options.db
elif options.db and not sqlite3:
sys.exit('Cannot access the database %r: no sqlite3 module found.' % (options.db, ))
......
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