Comment tweak

multi_program_tests
Tyler Goodlet 2018-09-10 15:28:19 -04:00
parent d808ffd8f3
commit 037c4c3797
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from conftest import tractor_test
def sig_prog(proc, sig): def sig_prog(proc, sig):
"Kill the actor-process with ctr-c." "Kill the actor-process with ``sig``."
proc.send_signal(sig) proc.send_signal(sig)
ret = proc.wait() ret = proc.wait()
assert ret assert ret