tests/helper-runtests.sh
author Augie Fackler <augie@google.com>
Wed, 19 Dec 2018 23:51:02 -0500
changeset 41021 55d6d0ff703b
parent 29220 054bcdad6042
permissions -rw-r--r--
parsers: remove long-dead parse_manifest method We haven't used this in years, I think it's fine to ditch it now. We had previously kept it around to ease bisecting with built extensions, but these days we've got a better versioning scheme anyway. Noticed this method kicking around while looking in parsers.so for likely fuzzing targets. Differential Revision: https://phab.mercurial-scm.org/D5459

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL