summaryrefslogtreecommitdiffstats
path: root/test/run_test.py
diff options
context:
space:
mode:
authorAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-05-31 08:52:45 +0200
committerAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-06-03 10:01:30 +0200
commit024a13ac0d2e25dec620003e2538acb4598598fd (patch)
treeee37343786a8824913e59a0cbd00d09e1fa74aa3 /test/run_test.py
parente77922662052f0caec4129ee43ab9d176b806769 (diff)
[TEST] - Init log
- init log - clean output Change-Id: Ia4f722eb5c989df8d2f5f14f602ed30657db9975 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
Diffstat (limited to 'test/run_test.py')
-rwxr-xr-xtest/run_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/run_test.py b/test/run_test.py
index 7acd152..63c3f63 100755
--- a/test/run_test.py
+++ b/test/run_test.py
@@ -106,5 +106,6 @@ if __name__ == '__main__':
#map(full_suite.addTests, suites)
for suite in suites:
full_suite.addTests(suite)
- result = SweetcombTestRunner(print_summary=True).run(full_suite)
+ result = SweetcombTestRunner(verbosity=1,
+ print_summary=True).run(full_suite)