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 7e41702 commit 0f766f5Copy full SHA for 0f766f5
supervisor/tests/test_supervisorctl.py
@@ -821,7 +821,7 @@ def test_start_spawnerror(self):
821
self.assertEqual(result, None)
822
self.assertEqual(plugin.ctl.stdout.getvalue(),
823
'SPAWN_ERROR: ERROR (spawn error)\n')
824
- self.assertEqual(plugin.ctl.exit_status, LSBInitErrorCode.GENERIC)
+ self.assertEqual(plugin.ctl.exit_status, LSBInitErrorCode.NOT_RUNNING)
825
826
def test_start_abnormaltermination(self):
827
plugin = self._makeOne()
0 commit comments