# HG changeset patch # User Pierre-Yves David # Date 2020-03-12 17:53:37 # Node ID daf083140b5b8a95b8388a3e4844f7ef259b2391 # Parent df5dfee8cfb4bdcf313fe70868ab3f94299fffa8 heptapod-ci: fix test paths in the listing file Now what we run the test from the root, we need to list test name from the root. Differential Revision: https://phab.mercurial-scm.org/D8275 diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -6,7 +6,7 @@ before_script: - hg clone . /tmp/mercurial-ci/ --noupdate - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'` - cd /tmp/mercurial-ci/ - - (cd tests; ls -1 test-check-*.*) > /tmp/check-tests.txt + - ls -1 tests/test-check-*.* > /tmp/check-tests.txt variables: PYTHON: python