Skip to content

Commit aca1fc2

Browse files
committed
Fix missing key in Condor startup
This can cause Condor shutdown to raise an exception
1 parent 98c6a5c commit aca1fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osgtest/tests/test_100_condor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
class TestStartCondor(osgunittest.OSGTestCase):
1515

1616
def test_01_start_condor(self):
17+
core.state['condor.started-service'] = False
1718
core.state['condor.running-service'] = False
1819

1920
core.skip_ok_unless_installed('condor')

0 commit comments

Comments
 (0)