Merge pull request #6824 from edx/clytwynec/TE-728

Fix "No data to report" coverage errors in bok choy tests
This commit is contained in:
Christine Lytwynec
2015-01-29 16:12:33 -05:00

View File

@@ -104,4 +104,7 @@ def run_background_process(cmd, out_log=None, err_log=None, cwd=None):
for child_pid in child_pids:
os.kill(child_pid.pid, signal.SIGINT)
# Wait for process to actually finish
proc.wait()
atexit.register(exit_handler)