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 0ef1808 commit 155f531Copy full SHA for 155f531
osgtest/tests/test_89_condor.py
@@ -7,7 +7,7 @@ class TestStopCondor(osgunittest.OSGTestCase):
7
8
def test_01_stop_condor(self):
9
core.skip_ok_unless_installed('condor')
10
- self.skip_ok_if(core.state['condor.started-service'] == False, 'did not start server')
+ self.skip_ok_unless(core.state['condor.started-service'], 'did not start server')
11
service.check_stop('condor')
12
files.restore(core.config['condor.personal_condor'], 'condor')
13
core.state['condor.running-service'] = False
0 commit comments