tests/helper-runtests.sh
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 08 Jan 2019 00:17:41 -0800
changeset 41144 3025fd3c2e71
parent 29220 054bcdad6042
permissions -rw-r--r--
progress: split up _print() method in bar-updating and debug-printing I just thought this was clearer, but it turned out to also simplify the next patch. This seems to have sped up `hg perfprogress` from 1.85 s to 1.78 s. Differential Revision: https://phab.mercurial-scm.org/D5529

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL