diff -r 2ec6160449aa -r f8427841c8fc contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Thu Mar 19 14:54:10 2020 -0400 +++ b/contrib/heptapod-ci.yml Fri Mar 20 17:18:14 2020 +0900 @@ -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 @@ -14,10 +14,9 @@ .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