diff options
author | Peter Andersson <[email protected]> | 2012-08-30 10:57:20 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-08-30 10:58:44 +0200 |
commit | 5c4751983c8aa9caded15316084c6b374632b293 (patch) | |
tree | ba5507286e4a76da00d68bd7d92590377c79242f /lib/common_test/doc/src/ct_run.xml | |
parent | 94f6c68ff4a46c69be0030aff553d6db92f29a35 (diff) | |
parent | 02e8dc98b5327712f4ae00ac9fcf5feb1d856ba0 (diff) | |
download | otp-5c4751983c8aa9caded15316084c6b374632b293.tar.gz otp-5c4751983c8aa9caded15316084c6b374632b293.tar.bz2 otp-5c4751983c8aa9caded15316084c6b374632b293.zip |
Merge remote branch 'origin/peppe/common_test/documentation_r15b02.2' into maint
* origin/peppe/common_test/documentation_r15b02.2:
Update the documentation for R15B02
OTP-10050
OTP-10069
OTP-10072
OTP-10087
OTP-9865
OTP-10049
OTP-10089
OTP-10145
OTP-9896
OTP-10135
OTP-10067
OTP-9625
OTP-10127
OTP-10172
OTP-10248
OTP-9625
OTP-10086
OTP-10248
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> |