Skip to content

Commit f8ec808

Browse files
committed
Improve logging of failures in the fetch-crl test
1 parent 67715a4 commit f8ec808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osgtest/tests/test_06_fetch_crl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def output_is_acceptable(self, fetch_crl_output):
4040
break
4141
if not line_ok:
4242
all_lines_ok = False
43+
core.log_message("Found uncaught error message: '%s'" % line.strip())
4344
break
4445
return all_lines_ok
4546

0 commit comments

Comments
 (0)