tests/helper-runtests.sh
author Yuya Nishihara <yuya@tcha.org>
Thu, 13 Sep 2018 22:32:51 +0900
changeset 39612 409c42d6a570
parent 29220 054bcdad6042
permissions -rw-r--r--
py3: use sysstr() to convert ProgrammingError bytes with no unicode error risk msg.decode('utf8') may fail if msg isn't an ASCII string, and that's possible as we sometimes embed a filename in the error message for example.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL