summaryrefslogtreecommitdiff
path: root/lib/common_test/doc/src/run_test_chapter.xml
diff options
context:
space:
mode:
authorPeter Andersson <peppe@erlang.org>2013-12-04 12:50:04 +0100
committerPeter Andersson <peppe@erlang.org>2013-12-04 12:50:04 +0100
commit8c22a73b7308a76335699e52cefda7a2ccafdaac (patch)
treeb7111fbb328d311d351a91687d46ab49f15fc43f /lib/common_test/doc/src/run_test_chapter.xml
parentaf8e746b044caaf15ae76766345764eb13547211 (diff)
parent9f8c70f2592b022d0b2b5dd682e500ff60d2ba0c (diff)
downloaderlang-8c22a73b7308a76335699e52cefda7a2ccafdaac.tar.gz
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/doc/src/run_test_chapter.xml')
-rw-r--r--lib/common_test/doc/src/run_test_chapter.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/common_test/doc/src/run_test_chapter.xml b/lib/common_test/doc/src/run_test_chapter.xml
index 03d98eb371..44fe73d24f 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 @@
<p>The <c>ct_run</c> program sets the exit status before shutting down. The following values
are defined:</p>
<list>
- <item><c>0</c> indicates a successful testrun, i.e. one without failed or auto-skipped test cases.</item>
- <item><c>1</c> indicates that one or more test cases have failed, or have been auto-skipped.</item>
+ <item><c>0</c> indicates a successful testrun, i.e. one without failed or auto skipped test cases.</item>
+ <item><c>1</c> indicates that one or more test cases have failed, or have been auto skipped.</item>
<item><c>2</c> indicates that the test execution has failed because of e.g. compilation errors, an
illegal return value from an info function, etc.</item>
</list>
- <p>If auto-skipped test cases should not affect the exit status, you may change the default
+ <p>If auto skipped test cases should not affect the exit status, you may change the default
behaviour using start flag:</p>
<pre>-exit_status ignore_config</pre>