Skip to content

Commit

Permalink
Don't leave stale processes behind (#7)
Browse files Browse the repository at this point in the history
'exit' is not a command that zdrun understands.
  • Loading branch information
mgedmin committed Apr 15, 2015
1 parent 64b8314 commit f040ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zdaemon/tests/testzdrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def testRunIgnoresParentSignals(self):
self.assertTrue(b'\n' in response,
'no newline in response: ' + repr(response))
# Kill the process.
send_action('exit\n', zdrun_socket)
send_action('stop\n', zdrun_socket)
finally:
# Remove the tmp directory.
# Caution: this is delicate. The code here used to do
Expand Down

0 comments on commit f040ae3

Please sign in to comment.