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

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Sat Oct 13 13:46:10 UTC 2018


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5085

AFFECTED FILES
  tests/test-hghave.t

CHANGE DETAILS

diff --git a/tests/test-hghave.t b/tests/test-hghave.t
--- a/tests/test-hghave.t
+++ b/tests/test-hghave.t
@@ -22,8 +22,10 @@
   > 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 \
   > )
+  running 1 tests using 1 parallel processes
   .
   # Ran 1 tests, 0 skipped, 0 failed.
 



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list