view tests/helper-runtests.sh @ 44925:ce8fe77102f4

rust: fix false comment about mpsc::Sender We need Sync to share the Sender reference across threads.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 25 May 2020 23:02:07 +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