Kaydet (Commit) 49b50720 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

make it easier to read the logs

Not yet perfect but already better.

Change-Id: I5309947333aa2cce6526335b603ef316226e490c
üst 74bf4ca9
......@@ -106,7 +106,7 @@ if __name__ == '__main__':
if "-d" in opts or "--debug" in opts:
uitest.config.use_sleep = True
result = unittest.TextTestRunner(verbosity=2).run(test_suite)
result = unittest.TextTestRunner(stream=sys.stdout, verbosity=2).run(test_suite)
print("Tests run: %d" % result.testsRun)
print("Tests failed: %d" % len(result.failures))
print("Tests errors: %d" % len(result.errors))
......
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