Skip to content
Snippets Groups Projects
Commit c3970be8deca authored by Augie Fackler's avatar Augie Fackler
Browse files

tests: fix up test-hghave for recent run-tests change to use more CPUs

Differential Revision: https://phab.mercurial-scm.org/D5085
parent d4d2c567bb72
No related branches found
No related tags found
No related merge requests found
......@@ -22,5 +22,6 @@
> EOF
$ ( \
> testrepohgenv; \
> "$PYTHON" $TESTDIR/run-tests.py $HGTEST_RUN_TESTS_PURE test-hghaveaddon.t \
> "$PYTHON" $TESTDIR/run-tests.py -j 1 \
> $HGTEST_RUN_TESTS_PURE test-hghaveaddon.t \
> )
......@@ -26,4 +27,5 @@
> )
running 1 tests using 1 parallel processes
.
# Ran 1 tests, 0 skipped, 0 failed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment