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 f8ec808 commit 0a1029dCopy full SHA for 0a1029d
osgtest/tests/test_06_fetch_crl.py
@@ -29,6 +29,9 @@ class TestFetchCrl(osgunittest.OSGTestCase):
29
]
30
31
def output_is_acceptable(self, fetch_crl_output):
32
+ """All lines output from fetch-crl are considered an error. We whitelist
33
+ a few transient ones.
34
+ """
35
all_lines_ok = True
36
for line in fetch_crl_output.rstrip('\n').split('\n'):
37
if not line: # skip blank lines
0 commit comments