tests/helper-runtests.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 17 Feb 2018 13:55:12 -0700
changeset 36261 c69e78ef2b54
parent 29220 054bcdad6042
permissions -rw-r--r--
py3: port f to Python 3 This involved a lot of b'' literals, conversion from %s to %d, and using a hashing mechanism that returns bytes instead of str. Differential Revision: https://phab.mercurial-scm.org/D2299

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL