We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285eac5 commit 83fd0deCopy full SHA for 83fd0de
suite/run_tests.py
@@ -12,10 +12,10 @@
12
tests = [
13
f"{sys.executable} {root_dir}/bindings/python/tests/test_all.py",
14
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/",
+ f"cstest_py -v error {root_dir}/tests/MC/",
+ f"cstest_py -v error {root_dir}/tests/details/",
+ f"cstest_py -v error {root_dir}/tests/issues/",
+ f"cstest_py -v error {root_dir}/tests/features/",
19
]
20
21
for test in tests:
0 commit comments