aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src/run_test_chapter.xml
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-08-15 16:48:32 +0200
committerPeter Andersson <[email protected]>2012-08-21 11:50:20 +0200
commitecf119feda32c0692bf688462ced24efa35789f1 (patch)
tree69b83cd13f0d847e6b00c4d5231d39d1d4f9eb26 /lib/common_test/doc/src/run_test_chapter.xml
parent306bcdfd962b941434c37d9059ee4dc0364cc71a (diff)
downloadotp-ecf119feda32c0692bf688462ced24efa35789f1.tar.gz
otp-ecf119feda32c0692bf688462ced24efa35789f1.tar.bz2
otp-ecf119feda32c0692bf688462ced24efa35789f1.zip
Test new testspec functionality and correct bugs
OTP-10049 OTP-10089
Diffstat (limited to 'lib/common_test/doc/src/run_test_chapter.xml')
-rw-r--r--lib/common_test/doc/src/run_test_chapter.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/common_test/doc/src/run_test_chapter.xml b/lib/common_test/doc/src/run_test_chapter.xml
index 30486d3eec..bc0af63790 100644
--- a/lib/common_test/doc/src/run_test_chapter.xml
+++ b/lib/common_test/doc/src/run_test_chapter.xml
@@ -425,7 +425,7 @@
<p>Below is the test specification syntax. Test specifications can
be used to run tests both in a single test host environment and
in a distributed Common Test environment (Large Scale
- Testing). The node parameters in the init term are only
+ Testing). The node parameters in the <c>init</c> term are only
relevant in the latter (see the
<seealso marker="ct_master_chapter#test_specifications">Large
Scale Testing</seealso> chapter for information). For details on
@@ -575,9 +575,9 @@
<item>Lastly, all suites for systems t3 are to be completely skipped and this
should be explicitly noted in the log files.</item>
</list>
- <p>It is possible to specify initialization options for nodes defined in the
- test specification. Currently, there are options to start the node and/or to
- evaluate any function on the node.
+ <p>With the <c>init</c> term it's possible to specify initialization options
+ for nodes defined in the test specification. Currently, there are options
+ to start the node and/or to evaluate any function on the node.
See the <seealso marker="ct_master_chapter#ct_slave">Automatic startup of
the test target nodes</seealso> chapter for details.</p>
<p>It is possible for the user to provide a test specification that