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 67715a4 commit f8ec808Copy full SHA for f8ec808
osgtest/tests/test_06_fetch_crl.py
@@ -40,6 +40,7 @@ def output_is_acceptable(self, fetch_crl_output):
40
break
41
if not line_ok:
42
all_lines_ok = False
43
+ core.log_message("Found uncaught error message: '%s'" % line.strip())
44
45
return all_lines_ok
46
0 commit comments