diff options
author | Björn Gustavsson <[email protected]> | 2010-04-03 09:59:22 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-04-30 06:16:01 +0200 |
commit | ccc18513ab58762d2ba857ff88b22f6633afa4af (patch) | |
tree | 3bfc1ff666a307e9cd9eb5a4836af11bf90b3627 /lib/test_server/doc/src/ts.xml | |
parent | b328564bfe321c2df597c77fea57566ee8d00f2b (diff) | |
download | otp-ccc18513ab58762d2ba857ff88b22f6633afa4af.tar.gz otp-ccc18513ab58762d2ba857ff88b22f6633afa4af.tar.bz2 otp-ccc18513ab58762d2ba857ff88b22f6633afa4af.zip |
test_server: Remove stray support for OSE/Delta
Remove code supporting testing on OSE/Delta.
Some cross-testing support only used by OSE/Delta is kept
(see the mention of OSE in test_server_internal.hrl), because
it could presumably be useful in the future if we are to test
some other embedded system.
Diffstat (limited to 'lib/test_server/doc/src/ts.xml')
-rw-r--r-- | lib/test_server/doc/src/ts.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/test_server/doc/src/ts.xml b/lib/test_server/doc/src/ts.xml index 0f91d3eea2..f60c79aadd 100644 --- a/lib/test_server/doc/src/ts.xml +++ b/lib/test_server/doc/src/ts.xml @@ -250,7 +250,7 @@ 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 or OSE/Delta. Installation is required for any of the + VxWorks. Installation is required for any of the functions in <c>ts</c> to work. </p> <p>Opts may be one or more of @@ -275,7 +275,7 @@ strings. </item> <item><c>{slavetargets, SlaveTarges}</c><br></br> - For VxWorks and OSE/Delta only. This is a list of + For VxWorks only. This is a list of available hosts where slave nodes can be started. This is necessary because only one node can run per host in the VxWorks environment. This is not the same as |