[PATCH] run-tests: split tests/blacklist in tests/blacklists/*
Gilles Moris
gilles.moris at free.fr
Thu Dec 17 08:30:45 UTC 2009
On Thursday 17 December 2009 05:30:58 am Nicolas Dumazet wrote:
> diff --git a/tests/blacklists/README b/tests/blacklists/README
> new file mode 100644
> --- /dev/null
> +++ b/tests/blacklists/README
> @@ -0,0 +1,14 @@
> +Put here definitions of blacklists for run-tests.py
> +
> +Create a file per blacklist. Each file should list the names of tests that
> you +want to be skipped.
> +File names are meant to be used as targets for run-tests.py --blacklist
> +option.
> +Lines starting with # are ignored. White spaces are stripped.
> +
> +e.g. if you create a blacklist/example file containing:
> + hgrc
> + # some comment
> + help
> +then calling "run-tests.py --blacklist blacklists/example" will exclude
> +test-hgrc and test-help from the list of tests to run.
Minor: the examples of the README have not been updated to include the 'test-'
prefix.
Other than that, I am OK.
Thanks.
Gilles.
More information about the Mercurial-devel
mailing list