tests/helper-runtests.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 07 Jul 2018 22:13:56 -0400
changeset 38627 93ed193bc03e
parent 29220 054bcdad6042
permissions -rw-r--r--
windows: don't consider '$$' to be an escaped '$' when translating to cmd.exe This functionality was inherited from `os.path.expandvars()`. But the point of adding this translating code is to be able to write a portable hook, and bash wouldn't replace '$$' with '$'. Escaping with '\' works, and is portable.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL