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/src/ts.erl | |
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/src/ts.erl')
-rw-r--r-- | lib/test_server/src/ts.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_server/src/ts.erl b/lib/test_server/src/ts.erl index 1b750c3858..e9aae117ab 100644 --- a/lib/test_server/src/ts.erl +++ b/lib/test_server/src/ts.erl @@ -112,7 +112,7 @@ " Mandatory for remote targets\n" " {master, {MasterHost, MasterCookie}}\n" " - Master host and cookie for targets which are\n" - " started as slave nodes (i.e. OSE/Delta targets\n" + " started as slave nodes.\n" " erl_boot_server must be started on master before\n" " test is run.\n" " Optional, default is controller host and then\n" |