This is an archive of the discontinued Mercurial Phabricator instance.

test-run-tests: do not rebuild hg in the test
ClosedPublic

Authored by quark on Dec 5 2017, 3:27 PM.

Details

Summary

d600bda4 and fc0f3ed0 added code to call $PYTHON run-tests.py .... That
will rebuild hg, is slow and could have other crashes from setup.py, like:

Unable to find a working hg binary to extract the version from the
repository tags

Therefore use run-tests.py -l instead.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

quark created this revision.Dec 5 2017, 3:27 PM
durin42 accepted this revision.Dec 5 2017, 5:18 PM
This revision is now accepted and ready to land.Dec 5 2017, 5:18 PM
This revision was automatically updated to reflect the committed changes.