Commit c7484aaf authored by Denis Bilenko's avatar Denis Bilenko

minor change in xtest_signal.py

parent 980853da
......@@ -40,7 +40,7 @@ def test_main():
with closing(os.fdopen(os_done_r)) as done_r, \
closing(os.fdopen(os_done_w, 'w')) as done_w:
child = gevent.fork()
if child == 0:
if not child:
# In the child process; run the test and report results
# through the pipe.
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment