tests/README
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Wed, 20 Oct 2021 18:44:26 +0100
branchstable
changeset 48275 1ea289e34c70
parent 26421 4b0fc75f9403
permissions -rw-r--r--
tests: better determinism in test-chg.t chg tests fail pretty often with "Sample count: *" line disappearing. It disappears because the sample count is zero, in which case a custom message is printed. This commit makes the test succeed in that case. Differential Revision: https://phab.mercurial-scm.org/D11716

To run the tests, do:

cd tests/
python run-tests.py

See https://mercurial-scm.org/wiki/WritingTests for
more information on writing tests.