view tests/helper-runtests.sh @ 33792:5904511fc9f8

exchange: remove need for "locked" variable The transactionmanager() constructor just assigned a few variables and cannot fail, so it's safe to move it inside the earlier try/except. Differential Revision: https://phab.mercurial-scm.org/D391
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 14 Aug 2017 16:26:36 -0700
parents 054bcdad6042
children
line wrap: on
line source

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL