tests/helper-runtests.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 26 Jan 2019 13:58:58 -0800
changeset 41432 0d226b2139df
parent 29220 054bcdad6042
permissions -rw-r--r--
sslutil: use raw strings for exception reason compare Otherwise we attempt to compare a bytes to a str on Python 3 and it always fails. Differential Revision: https://phab.mercurial-scm.org/D5721

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL