Skip to content
Snippets Groups Projects
Commit 314b32dc authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Documented new executable command line option in the user guide (bug 540052)


Change-Id: I07e869ef06c1ded6d20ecd78eba0491cba39537f
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent 850b209e
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,10 @@ The ETS also accepts the command line options `-l` and `-v` with the following s ...@@ -29,6 +29,10 @@ The ETS also accepts the command line options `-l` and `-v` with the following s
+ +
Lists the names of all control parts and individually executable test cases of the ETS to standard output. The list is suitable as the `[EXECUTE]` section of a configuration file. Refer to link:https://github.com/eclipse/titan.core/tree/master/usrguide/referenceguide[TITAN Programmer's Technical Reference for TITAN TTCN-3 Test Executor] for more details. Lists the names of all control parts and individually executable test cases of the ETS to standard output. The list is suitable as the `[EXECUTE]` section of a configuration file. Refer to link:https://github.com/eclipse/titan.core/tree/master/usrguide/referenceguide[TITAN Programmer's Technical Reference for TITAN TTCN-3 Test Executor] for more details.
* `*-p*`
+
Lists the names of all module parameters of the ETS to standard output. Each module parameter in the list is prefixed with its module's name.
* `*-v*` * `*-v*`
+ +
Prints the tool version, license information and the name, compilation time, checksum and (if available) the version info of the participating modules. Prints the tool version, license information and the name, compilation time, checksum and (if available) the version info of the participating modules.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment