tests/helper-runtests.sh
author Kyle Lippincott <spectral@google.com>
Tue, 30 Mar 2021 15:54:36 -0700
changeset 46844 2fd5e0054dd9
parent 29220 054bcdad6042
permissions -rw-r--r--
deb: avoid use of [[ in 'rules' file It's not supported by posix shell, and apparently my build system uses that. Differential Revision: https://phab.mercurial-scm.org/D10292

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL