tests/helper-runtests.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 22 May 2017 01:38:00 +0530
changeset 32438 14482f8e6ce6
parent 29220 054bcdad6042
permissions -rw-r--r--
revset: remove redundant condition and change to else from elif Before going to this piece of code, we already check whether n is in [0, 1, 2], so dropping the redundant condition.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL