From e6ebe1cdf749cb4f7f167e91a818728aab899b65 Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Tue, 3 Dec 2013 23:43:36 +0100 Subject: Update documentation --- lib/common_test/doc/src/run_test_chapter.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/common_test/doc/src/run_test_chapter.xml') diff --git a/lib/common_test/doc/src/run_test_chapter.xml b/lib/common_test/doc/src/run_test_chapter.xml index 6b37e183dd..fad0510049 100644 --- a/lib/common_test/doc/src/run_test_chapter.xml +++ b/lib/common_test/doc/src/run_test_chapter.xml @@ -205,12 +205,12 @@

The ct_run program sets the exit status before shutting down. The following values are defined:

- 0 indicates a successful testrun, i.e. one without failed or auto-skipped test cases. - 1 indicates that one or more test cases have failed, or have been auto-skipped. + 0 indicates a successful testrun, i.e. one without failed or auto skipped test cases. + 1 indicates that one or more test cases have failed, or have been auto skipped. 2 indicates that the test execution has failed because of e.g. compilation errors, an illegal return value from an info function, etc. -

If auto-skipped test cases should not affect the exit status, you may change the default +

If auto skipped test cases should not affect the exit status, you may change the default behaviour using start flag:

-exit_status ignore_config
-- cgit v1.2.1