tests/helper-runtests.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 16 Oct 2016 16:58:43 +0900
changeset 30610 c039eb03e652
parent 29220 054bcdad6042
permissions -rw-r--r--
convert: inline strutil.rfindall() This is the only place where strutil is used. I don't think it's worth to keep the strutil module, so inline it. Also, strutil.rfindall() appears to have off-by-one error. 'end = c - 1' is wrong because 'end' is exclusive.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL