tests/README
author Anton Shestakov <av6@dwimlabs.net>
Sat, 18 Nov 2017 13:00:47 +0800
changeset 35087 dd000a958364
parent 26421 4b0fc75f9403
permissions -rw-r--r--
check-code: grep's context flags don't need an extra space before number A bit of useless trivia found while researching this: OpenBSD's grep's -C has a default value (of 2) and disallows space before the argument (while -A and -B allow).

To run the tests, do:

cd tests/
python run-tests.py

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