Mercurial > hg
annotate tests/test-check-config-hg.t @ 27315:be48b7559422
tests: drop require slow in test-contrib-perf
* skip presleep
* use a stub mode which does not output and generally loops only once
* only use one node for perfparents
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 08 Dec 2015 07:05:37 +0000 |
parents | a434f15dc0f4 |
children |
rev | line source |
---|---|
25854 | 1 #require test-repo |
2 | |
3 $ cd "$TESTDIR"/.. | |
4 | |
5 New errors are not allowed. Warnings are strongly discouraged. | |
6 | |
25866
8c1d7a0e737b
test-check-config: convert directory separators to '/' for MSYS
Matt Harbison <matt_harbison@yahoo.com>
parents:
25854
diff
changeset
|
7 $ hg files "set:(**.py or **.txt) - tests/**" | sed 's|\\|/|g' | |
25854 | 8 > xargs python contrib/check-config.py |