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 ba281b0 commit 5dcf3c4Copy full SHA for 5dcf3c4
unittests/test_cli.py
@@ -234,7 +234,7 @@ def test_failure_stats(self):
234
returncode, stdout, stderr = self._run_reframe()
235
236
assert r'FAILURE STATISTICS' in stdout
237
- assert r'sanity 1 [SanityFailureCheck' in stdout
+ assert r'sanity 1 [SanityFailureCheck' in stdout
238
assert 'Traceback' not in stdout
239
assert 'Traceback' not in stderr
240
assert returncode != 0
0 commit comments