tests/helper-runtests.sh
author Jun Wu <quark@fb.com>
Tue, 16 May 2017 21:17:40 -0700
changeset 32311 a77a75a428f7
parent 29220 054bcdad6042
permissions -rw-r--r--
run-tests: rename test description dict to testdesc Previously the word "test" was used for both a Test instance and a path or test dict. This patch renames them so it's clear that "testdesc" is the dict, and "test" is the instance.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL