From cc80de6d32ffc7ee46e69d13d7c240a21e9f3caf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Fri, 12 Dec 2014 14:33:56 -0500 Subject: [PATCH] tests: describe turing.skip in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- tests/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/README.md b/tests/README.md index cbf966b..578880a 100644 --- a/tests/README.md +++ b/tests/README.md @@ -179,6 +179,9 @@ Usually it is because the programs are interactive or run some kind of server. The `$os.skip` file describes tests that are to be skipped completely on the given OS. Usually it is because of OS specific libraries. +The `turing.skip` file describes tests that are to be skipped completely on the Turing cluster doing continuous testing over MPI. +Usually it is because of an unavailable library or a large work which would not benefit from parallelization. + These `*.skip` files contain a list of patterns that will be used against test names. A single substring can thus be used to skip a full family of tests. -- 1.7.9.5