Skip to content

test-hghave: call run-tests.py with tested hg

Pierre Augier requested to merge topic/default/simplify-test-hghave into branch/default

When run-tests.py is called without --with-hg, HGTEST_REAL_HG is not defined, so that a new hg is build just to test hghave.py.

This build leads to undeterministic errors in the CI.

A simple "solution" could be to use the tested hg.

It somehow decreases the coverage, but it should decrease a lot the random failures in the CI.

Edited by Pierre Augier

Merge request reports

Loading