# HG changeset patch # User Pierre-Yves David # Date 2020-03-10 15:49:38 # Node ID b7760c2d33dec81b133aac09aaebf6eb1ec7e0af # Parent fb7da4759a1895b7bfa7099c57139b9c76c6914f heptapod-ci: run the test from outside the test directory This will help detecting case where this is broken. diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -14,10 +14,9 @@ variables: .runtests_template: &runtests script: - - cd tests/ - echo "python used, $PYTHON" - echo "$RUNTEST_ARGS" - - HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" run-tests.py --color=always $RUNTEST_ARGS + - HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" tests/run-tests.py --color=always $RUNTEST_ARGS checks-py2: <<: *runtests