tests/helper-runtests.sh
author Raphaël Gomès <rgomes@octobus.net>
Fri, 02 Aug 2019 09:44:11 +0200
changeset 42674 70bd1965bd07
parent 29220 054bcdad6042
permissions -rw-r--r--
byteify-strings: handle multi-line strings in _ensuresysstr The current implementation did not handle calls like `repo.ui.log("first line" "other line")` correctly.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL