diff options
author | Peter Andersson <[email protected]> | 2012-08-30 11:00:07 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-08-30 11:00:07 +0200 |
commit | 5edc386f5e3a7082ca1ac4582e2b39da8820c429 (patch) | |
tree | ac19c63c4e3da6e592c48c91e39b221580b981bb /lib/common_test/doc/src/ct_run.xml | |
parent | 9f69634d0ca0a21b0c8bc9ad1ab4d836db652170 (diff) | |
parent | 5c4751983c8aa9caded15316084c6b374632b293 (diff) | |
download | otp-5edc386f5e3a7082ca1ac4582e2b39da8820c429.tar.gz otp-5edc386f5e3a7082ca1ac4582e2b39da8820c429.tar.bz2 otp-5edc386f5e3a7082ca1ac4582e2b39da8820c429.zip |
Merge remote branch 'upstream/maint'
Diffstat (limited to 'lib/common_test/doc/src/ct_run.xml')
-rw-r--r-- | lib/common_test/doc/src/ct_run.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/ct_run.xml b/lib/common_test/doc/src/ct_run.xml index 8061c840b0..9cc5495af7 100644 --- a/lib/common_test/doc/src/ct_run.xml +++ b/lib/common_test/doc/src/ct_run.xml @@ -36,6 +36,8 @@ OS command line. </comsummary> + <marker id="top"></marker> + <description> <p>The <c>ct_run</c> program is automatically installed with Erlang/OTP and Common Test (please see the Installation chapter in the Common @@ -72,6 +74,10 @@ following <c>-erl_args</c> on the command line. These directories are added to the code path normally (i.e. on specified form)</p> + <p>Exit status is set before the program ends. Value <c>0</c> indicates a successful + test result, <c>1</c> indicates one or more failed or auto-skipped test cases, and + <c>2</c> indicates test execution failure.</p> + <p>If <c>ct_run</c> is called with option:</p> <pre>-help</pre> <p>it prints all valid start flags to stdout.</p> @@ -112,6 +118,7 @@ [-basic_html] [-ct_hooks CTHModule1 CTHOpts1 and CTHModule2 CTHOpts2 and .. CTHModuleN CTHOptsN] + [-exit_status ignore_config] </pre> </section> <section> @@ -145,6 +152,7 @@ [-basic_html] [-ct_hooks CTHModule1 CTHOpts1 and CTHModule2 CTHOpts2 and .. CTHModuleN CTHOptsN] + [-exit_status ignore_config] </pre> </section> <section> |