tests/helper-runtests.sh
author Simon Sapin <simon.sapin@octobus.net>
Fri, 28 May 2021 12:16:14 +0200
changeset 47346 5e12b6bfdd3e
parent 29220 054bcdad6042
permissions -rw-r--r--
dirstate-tree: Fix status algorithm with unreadable directory When reading a directory fails such as because of insufficient permissions, it should be treated as empty by status instead of skipped entirely. Differential Revision: https://phab.mercurial-scm.org/D10823

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL