Skip to content

Commit 83fd0de

Browse files
committed
Reduce verbosity to make log files in Github smaller.
1 parent 285eac5 commit 83fd0de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

suite/run_tests.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
tests = [
1313
f"{sys.executable} {root_dir}/bindings/python/tests/test_all.py",
1414
f"{sys.executable} {root_dir}/suite/cstest/test/integration_tests.py cstest_py",
15-
f"cstest_py {root_dir}/tests/MC/",
16-
f"cstest_py {root_dir}/tests/details/",
17-
f"cstest_py {root_dir}/tests/issues/",
18-
f"cstest_py {root_dir}/tests/features/",
15+
f"cstest_py -v error {root_dir}/tests/MC/",
16+
f"cstest_py -v error {root_dir}/tests/details/",
17+
f"cstest_py -v error {root_dir}/tests/issues/",
18+
f"cstest_py -v error {root_dir}/tests/features/",
1919
]
2020

2121
for test in tests:

0 commit comments

Comments
 (0)