heptapod-ci: fix test paths in the listing file stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 12 Mar 2020 18:53:37 +0100
branchstable
changeset 44499 daf083140b5b
parent 44476 df5dfee8cfb4
child 44500 864e9534d3d4
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
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Fri Mar 06 10:38:37 2020 +0100
+++ b/contrib/heptapod-ci.yml	Thu Mar 12 18:53:37 2020 +0100
@@ -6,7 +6,7 @@
     - 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