~clint-fewbar/ubuntu/precise/erlang/merge-15b

« back to all changes in this revision

Viewing changes to lib/common_test/doc/src/ct_run.xml

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2011-12-15 19:20:10 UTC
  • mfrom: (1.1.18) (3.5.15 sid)
  • mto: (3.5.16 sid)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20111215192010-jnxcfe3tbrpp0big
Tags: 1:15.b-dfsg-1
* New upstream release.
* Upload to experimental because this release breaks external drivers
  API along with ABI, so several applications are to be fixed.
* Removed SSL patch because the old SSL implementation is removed from
  the upstream distribution.
* Removed never used patch which added native code to erlang beam files.
* Removed the erlang-docbuilder binary package because the docbuilder
  application was dropped by upstream.
* Documented dropping ${erlang-docbuilder:Depends} substvar in
  erlang-depends(1) manpage.
* Made erlang-base and erlang-base-hipe provide virtual package
  erlang-abi-15.b (the number means the first erlang version, which
  provides current ABI).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<comref>
5
5
  <header>
6
6
    <copyright>
7
 
      <year>2007</year><year>2010</year>
 
7
      <year>2007</year><year>2011</year>
8
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
9
9
    </copyright>
10
10
    <legalnotice>
83
83
    <title>Run tests from command line</title>
84
84
    <pre>
85
85
        ct_run [-dir TestDir1 TestDir2 .. TestDirN] |
86
 
        [-suite Suite1 Suite2 .. SuiteN
 
86
        [[-dir TestDir] -suite Suite1 Suite2 .. SuiteN
87
87
         [[-group Group1 Group2 .. GroupN] [-case Case1 Case2 .. CaseN]]]
88
88
        [-step [config | keep_inactive]]
89
89
        [-config ConfigFile1 ConfigFile2 .. ConfigFileN]
92
92
        [-decrypt_key Key] | [-decrypt_file KeyFile]
93
93
        [-label Label]
94
94
        [-logdir LogDir]
 
95
        [-logopts LogOpts]
95
96
        [-silent_connections [ConnType1 ConnType2 .. ConnTypeN]]
96
97
        [-stylesheet CSSFile]
97
98
        [-cover CoverCfgFile]
117
118
        [-decrypt_key Key] | [-decrypt_file KeyFile]
118
119
        [-label Label]
119
120
        [-logdir LogDir]
 
121
        [-logopts LogOpts]
120
122
        [-allow_user_terms]
121
123
        [-silent_connections [ConnType1 ConnType2 .. ConnTypeN]]
122
124
        [-stylesheet CSSFile]
138
140
    <pre>
139
141
        ct_run -vts [-browser Browser]
140
142
        [-dir TestDir1 TestDir2 .. TestDirN] |
141
 
        [-suite Suite [[-group Group] [-case Case]]]
 
143
        [[dir TestDir] -suite Suite [[-group Group] [-case Case]]]
142
144
        [-config ConfigFile1 ConfigFile2 .. ConfigFileN]
143
145
        [-userconfig CallbackModule1 ConfigString1 and CallbackModule2
144
146
         ConfigString2 and .. and CallbackModuleN ConfigStringN]
 
147
        [-logopts LogOpts]
145
148
        [-decrypt_key Key] | [-decrypt_file KeyFile]
146
149
        [-include InclDir1 InclDir2 .. InclDirN]
147
150
        [-no_auto_compile]