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 143c48a commit 6eb8b07Copy full SHA for 6eb8b07
unittests/test_cli.py
@@ -478,6 +478,7 @@ def test_verbosity_with_check(self):
478
self.checkpath = ['unittests/resources/checks/hellocheck.py']
479
returncode, stdout, stderr = self._run_reframe()
480
assert '' != stdout
481
+ assert '--- Logging error ---' not in stdout
482
assert 'Traceback' not in stdout
483
assert 'Traceback' not in stderr
484
assert 0 == returncode
0 commit comments