tests/helper-runtests.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Feb 2018 19:11:17 -0800
changeset 36121 3a763d7f40e1
parent 29220 054bcdad6042
permissions -rw-r--r--
py3: make dummyssh compatible with Python 3 Required encoding a str to bytes and writing bytes to a file descriptor. Differential Revision: https://phab.mercurial-scm.org/D2170

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL