Show More
@@ -14,10 +14,9 b' variables:' | |||||
14 |
|
14 | |||
15 | .runtests_template: &runtests |
|
15 | .runtests_template: &runtests | |
16 | script: |
|
16 | script: | |
17 | - cd tests/ |
|
|||
18 | - echo "python used, $PYTHON" |
|
17 | - echo "python used, $PYTHON" | |
19 | - echo "$RUNTEST_ARGS" |
|
18 | - echo "$RUNTEST_ARGS" | |
20 | - HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" run-tests.py --color=always $RUNTEST_ARGS |
|
19 | - HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" tests/run-tests.py --color=always $RUNTEST_ARGS | |
21 |
|
20 | |||
22 | checks-py2: |
|
21 | checks-py2: | |
23 | <<: *runtests |
|
22 | <<: *runtests |
General Comments 0
You need to be logged in to leave comments.
Login now