diff options
author | Siri Hansen <[email protected]> | 2013-03-28 12:18:39 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-03-28 12:19:57 +0100 |
commit | 789f7e808a56c216728ee6843434691fd22f9581 (patch) | |
tree | 548fe73f8c5229a65b4e279d9b54cd4b49002da7 /lib/common_test/doc/src/ct_run.xml | |
parent | 25df55fa1987313b38a6a28d49571f378acd2223 (diff) | |
download | otp-789f7e808a56c216728ee6843434691fd22f9581.tar.gz otp-789f7e808a56c216728ee6843434691fd22f9581.tar.bz2 otp-789f7e808a56c216728ee6843434691fd22f9581.zip |
[common_test] Document '-force_stop skip_rest' option to ct_run
Diffstat (limited to 'lib/common_test/doc/src/ct_run.xml')
-rw-r--r-- | lib/common_test/doc/src/ct_run.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/common_test/doc/src/ct_run.xml b/lib/common_test/doc/src/ct_run.xml index d871908952..c87c765ae7 100644 --- a/lib/common_test/doc/src/ct_run.xml +++ b/lib/common_test/doc/src/ct_run.xml @@ -113,9 +113,9 @@ [-muliply_timetraps Multiplier] [-scale_timetraps] [-create_priv_dir auto_per_run | auto_per_tc | manual_per_tc] - [-repeat N [-force_stop]] | - [-duration HHMMSS [-force_stop]] | - [-until [YYMoMoDD]HHMMSS [-force_stop]] + [-repeat N] | + [-duration HHMMSS [-force_stop [skip_rest]]] | + [-until [YYMoMoDD]HHMMSS [-force_stop [skip_rest]]] [-basic_html] [-ct_hooks CTHModule1 CTHOpts1 and CTHModule2 CTHOpts2 and .. CTHModuleN CTHOptsN] @@ -149,9 +149,9 @@ [-muliply_timetraps Multiplier] [-scale_timetraps] [-create_priv_dir auto_per_run | auto_per_tc | manual_per_tc] - [-repeat N [-force_stop]] | - [-duration HHMMSS [-force_stop]] | - [-until [YYMoMoDD]HHMMSS [-force_stop]] + [-repeat N] | + [-duration HHMMSS [-force_stop [skip_rest]]] | + [-until [YYMoMoDD]HHMMSS [-force_stop [skip_rest]]] [-basic_html] [-ct_hooks CTHModule1 CTHOpts1 and CTHModule2 CTHOpts2 and .. CTHModuleN CTHOptsN] |