tests/helper-runtests.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 25 Jun 2016 18:35:14 -0700
changeset 29412 b62bce819d0c
parent 29220 054bcdad6042
permissions -rw-r--r--
ui: don't fixup [paths] sub-options As part of developing a subsequent patch I discovered that sub-option values like "." were getting converted to paths. This is because the [paths] section is treated specially during config loading. This patch prevents post-processing sub-options from the [paths] section.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL