diff options
author | Peter Andersson <[email protected]> | 2013-01-24 12:20:02 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-01-24 17:54:03 +0100 |
commit | 9230b38f318d916258168fafb2878f225fb3052b (patch) | |
tree | 4aa6460fe56113af865f2daa6d3523a210b00993 /lib/common_test/doc/src/ct_run.xml | |
parent | f48550f96253588fcc643fcd5774a3c3ccb49b8b (diff) | |
download | otp-9230b38f318d916258168fafb2878f225fb3052b.tar.gz otp-9230b38f318d916258168fafb2878f225fb3052b.tar.bz2 otp-9230b38f318d916258168fafb2878f225fb3052b.zip |
Update documentation
OTP-9881
Diffstat (limited to 'lib/common_test/doc/src/ct_run.xml')
-rw-r--r-- | lib/common_test/doc/src/ct_run.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/ct_run.xml b/lib/common_test/doc/src/ct_run.xml index 0750f560b3..198290c1be 100644 --- a/lib/common_test/doc/src/ct_run.xml +++ b/lib/common_test/doc/src/ct_run.xml @@ -126,6 +126,7 @@ <title>Run tests using test specification</title> <pre> ct_run -spec TestSpec1 TestSpec2 .. TestSpecN + [-join_specs] [-config ConfigFile1 ConfigFile2 .. ConfigFileN] [-userconfig CallbackModule1 ConfigString1 and CallbackModule2 ConfigString2 and .. and CallbackModuleN ConfigStringN] |