diff options
author | Peter Andersson <[email protected]> | 2011-09-30 13:56:43 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2011-09-30 13:56:43 +0200 |
commit | 1a42cde6d62a8ec0f9e22215d3c3ec655201c78f (patch) | |
tree | d3729d375e6f59fdad22a45e4d44175ca50fc482 /lib/common_test/doc/src/ct_run.xml | |
parent | 1f17c7bea8fe17cc450b6e9c72234e249d4931b4 (diff) | |
parent | 09fbbccd5a8638601e44c605cd887f90b85d7d60 (diff) | |
download | otp-1a42cde6d62a8ec0f9e22215d3c3ec655201c78f.tar.gz otp-1a42cde6d62a8ec0f9e22215d3c3ec655201c78f.tar.bz2 otp-1a42cde6d62a8ec0f9e22215d3c3ec655201c78f.zip |
Merge branch 'peppe/common_test/r14b04_docs' into dev
* peppe/common_test/r14b04_docs:
Update documentation
Rid ct_telnet of doc build warnings
Diffstat (limited to 'lib/common_test/doc/src/ct_run.xml')
-rw-r--r-- | lib/common_test/doc/src/ct_run.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/ct_run.xml b/lib/common_test/doc/src/ct_run.xml index 1ab563d74f..9045646733 100644 --- a/lib/common_test/doc/src/ct_run.xml +++ b/lib/common_test/doc/src/ct_run.xml @@ -83,7 +83,7 @@ <title>Run tests from command line</title> <pre> ct_run [-dir TestDir1 TestDir2 .. TestDirN] | - [-suite Suite1 Suite2 .. SuiteN + [[-dir TestDir] -suite Suite1 Suite2 .. SuiteN [[-group Group1 Group2 .. GroupN] [-case Case1 Case2 .. CaseN]]] [-step [config | keep_inactive]] [-config ConfigFile1 ConfigFile2 .. ConfigFileN] @@ -92,6 +92,7 @@ [-decrypt_key Key] | [-decrypt_file KeyFile] [-label Label] [-logdir LogDir] + [-logopts LogOpts] [-silent_connections [ConnType1 ConnType2 .. ConnTypeN]] [-stylesheet CSSFile] [-cover CoverCfgFile] @@ -117,6 +118,7 @@ [-decrypt_key Key] | [-decrypt_file KeyFile] [-label Label] [-logdir LogDir] + [-logopts LogOpts] [-allow_user_terms] [-silent_connections [ConnType1 ConnType2 .. ConnTypeN]] [-stylesheet CSSFile] @@ -138,10 +140,11 @@ <pre> ct_run -vts [-browser Browser] [-dir TestDir1 TestDir2 .. TestDirN] | - [-suite Suite [[-group Group] [-case Case]]] + [[dir TestDir] -suite Suite [[-group Group] [-case Case]]] [-config ConfigFile1 ConfigFile2 .. ConfigFileN] [-userconfig CallbackModule1 ConfigString1 and CallbackModule2 ConfigString2 and .. and CallbackModuleN ConfigStringN] + [-logopts LogOpts] [-decrypt_key Key] | [-decrypt_file KeyFile] [-include InclDir1 InclDir2 .. InclDirN] [-no_auto_compile] |