.arcconfig
author Matthieu Laneuville <matthieu.laneuville@octobus.net>
Wed, 02 Aug 2017 13:27:45 +0900
changeset 35018 a18eef03d879
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
run-tests: $TESTDIR can be something else than $PWD $TESTDIR is expected to be the directory were the test lives, and is often used to reference helper functions. However, it is now set to $PWD at test invocation time, so if `run-tests.py` is called from another folder, the test will fail. The solution is to force $TESTDIR to be the base directory of the test itself, irrespective of where the runner is called from.

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}