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 752c9e3 commit 28ab68aCopy full SHA for 28ab68a
osgtest/tests/test_580_gfal2util.py
@@ -12,7 +12,7 @@ class TestGFAL2Util(osgunittest.OSGTestCase):
12
13
14
def setUp(self):
15
- self.skip_ok_unless(core.state['proxy.valid'] or core.state['voms.got-proxy'])
+ self.skip_ok_unless(core.state['proxy.valid'] or core.state['voms.got-proxy'], "No proxy")
16
core.skip_ok_unless_installed('gfal2-util', 'gfal2-plugin-file')
17
18
def get_gftp_url_base(self):
0 commit comments