view tests/helper-runtests.sh @ 34969:d600bda4a3e1

run-tests: allow automatic test discovery when providing folder as argument Currently `run-tests.py` automatically discovers test only in the current directory if no argument is provided. This patch makes it possible to pass a number of tests and folders as arguments.
author Matthieu Laneuville <matthieu.laneuville@octobus.net>
date Thu, 19 Oct 2017 23:13:57 +0900
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