diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 20:11:59 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 20:22:54 +0200 |
commit | 16cec30344da7623ad38ab17fc751d7955af506e (patch) | |
tree | a81f15a052d98a91c6a0f04c6c81e65ca58406fe | |
parent | 1fc645451d1d32db120fae5bcefd4c6653ca4f41 (diff) | |
download | otp-16cec30344da7623ad38ab17fc751d7955af506e.tar.gz otp-16cec30344da7623ad38ab17fc751d7955af506e.tar.bz2 otp-16cec30344da7623ad38ab17fc751d7955af506e.zip |
test_server: Remove VxWorks references in doc
-rw-r--r-- | lib/test_server/doc/src/ts.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/test_server/doc/src/ts.xml b/lib/test_server/doc/src/ts.xml index f9b48d8372..7a356755ba 100644 --- a/lib/test_server/doc/src/ts.xml +++ b/lib/test_server/doc/src/ts.xml @@ -85,8 +85,7 @@ <p><c>ts:install/1</c> or <c>ts:install/2</c> is used if the target platform is different from the controller host, i.e. if you run on "remote target" or if special options are required - for your system. VxWorks is currently supported - as remote target platform. + for your system. </p> <p>See the reference manual for detailed information about <c>ts:install/0/1/2</c>. @@ -249,9 +248,8 @@ <p>Installs and configures the Test Server Framework for running test suites. If a remote host is to be used, the <c>TargetSystem</c> argument must be given so that "cross - installation" can be done. This should be used for testing on - VxWorks. Installation is required for any of the - functions in <c>ts</c> to work. + installation" can be done. Installation is required for + any of the functions in <c>ts</c> to work. </p> <p>Opts may be one or more of </p> |