aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src/ct_run.xml
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2017-04-24 16:34:34 +0200
committerSiri Hansen <[email protected]>2017-04-24 16:34:34 +0200
commit658bbc5604e07dbc6a893ce3d24f4d3f68d0a5c9 (patch)
tree19aa92d6b7c660240a3eb14e3b61c235d23229ba /lib/common_test/doc/src/ct_run.xml
parent739bca3fc267c55d84c8f5c193d16c0b2a7eee13 (diff)
parentd7101fd2c2ce8bf609670043585c57010a3707c6 (diff)
downloadotp-658bbc5604e07dbc6a893ce3d24f4d3f68d0a5c9.tar.gz
otp-658bbc5604e07dbc6a893ce3d24f4d3f68d0a5c9.tar.bz2
otp-658bbc5604e07dbc6a893ce3d24f4d3f68d0a5c9.zip
Merge branch 'siri/ct/delete-old-logs/OTP-14179'
* siri/ct/delete-old-logs/OTP-14179: [ct] Add 'keep_logs' option
Diffstat (limited to 'lib/common_test/doc/src/ct_run.xml')
-rw-r--r--lib/common_test/doc/src/ct_run.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/ct_run.xml b/lib/common_test/doc/src/ct_run.xml
index 9e6229f1dd..af30550719 100644
--- a/lib/common_test/doc/src/ct_run.xml
+++ b/lib/common_test/doc/src/ct_run.xml
@@ -125,6 +125,7 @@
[-until [YYMoMoDD]HHMMSS [-force_stop [skip_rest]]]
[-basic_html]
[-no_esc_chars]
+ [-keep_logs all | NLogs]
[-ct_hooks CTHModule1 CTHOpts1 and CTHModule2 CTHOpts2 and ..
CTHModuleN CTHOptsN]
[-exit_status ignore_config]
@@ -164,6 +165,7 @@
[-until [YYMoMoDD]HHMMSS [-force_stop [skip_rest]]]
[-basic_html]
[-no_esc_chars]
+ [-keep_logs all | NLogs]
[-ct_hooks CTHModule1 CTHOpts1 and CTHModule2 CTHOpts2 and ..
CTHModuleN CTHOptsN]
[-exit_status ignore_config]</pre>
@@ -189,13 +191,15 @@
[-scale_timetraps]
[-create_priv_dir auto_per_run | auto_per_tc | manual_per_tc]
[-basic_html]
- [-no_esc_chars]</pre>
+ [-no_esc_chars]
+ [-keep_logs all | NLogs]</pre>
</section>
<section>
<title>Refresh HTML Index Files</title>
<pre>
- ct_run -refresh_logs [-logdir LogDir] [-basic_html]</pre>
+ ct_run -refresh_logs [-logdir LogDir] [-basic_html]
+ [-keep_logs all | NLogs]</pre>
</section>
<section>