tests/helper-runtests.sh
author Yuya Nishihara <yuya@tcha.org>
Sat, 25 Feb 2017 12:48:50 +0900
branchstable
changeset 31118 a91c62752d08
parent 29220 054bcdad6042
permissions -rw-r--r--
worker: flush messages written by child processes before exit I found some child outputs were lost while testing the previous patch. Since os._exit() does nothing special, we need to do that explicitly.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL