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/test_server_internal.hrl | |
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/test_server_internal.hrl')
-rw-r--r-- | lib/test_server/src/test_server_internal.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_server/src/test_server_internal.hrl b/lib/test_server/src/test_server_internal.hrl index 6fa5ef75b1..8f74221fe5 100644 --- a/lib/test_server/src/test_server_internal.hrl +++ b/lib/test_server/src/test_server_internal.hrl @@ -37,7 +37,7 @@ username, % string() cookie, % string(); Cookie for target node naming, % string(); "-name" | "-sname" - master, % string(); For OSE this is the master + master, % string(); Was used for OSE's master % node for main target and slave nodes. % For other platforms the target node % itself is master for slave nodes |