Skip to content

Commit 28ab68a

Browse files
committed
Say why we're skipping the gfal2 tests
1 parent 752c9e3 commit 28ab68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_580_gfal2util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TestGFAL2Util(osgunittest.OSGTestCase):
1212

1313

1414
def setUp(self):
15-
self.skip_ok_unless(core.state['proxy.valid'] or core.state['voms.got-proxy'])
15+
self.skip_ok_unless(core.state['proxy.valid'] or core.state['voms.got-proxy'], "No proxy")
1616
core.skip_ok_unless_installed('gfal2-util', 'gfal2-plugin-file')
1717

1818
def get_gftp_url_base(self):

0 commit comments

Comments
 (0)