From 3fc984a635395cb143e385a1a9bd543eb20cfd97 Mon Sep 17 00:00:00 2001
From: Matthias Maier category/test.output
:
- category/test.[with_<feature>=<on|off>.]*[mpirun=<x>.][<debug|release>.]output
+ category/test.[with_<feature>=<on|off>.]*[mpirun=<x>.][expect=<y>.][<debug|release>.]output
Normally, a test will be set up so that it runs twice, once in debug and
once in release configuration.
@@ -509,6 +510,22 @@
files for different numbers of MPI processes.
+ Normally a test is considered to be successful if all test stages
+ could be run and the test reached the PASSED
stage (see
+ the output description section for details).
+ If (for some reason) the test should succeed ending at a specific
+ test stage different than PASSED
you can specify it via
+ expect=<stage>
, e.g.:
+
+ + category/test.expect=run.output ++ + +