diff options
author | Peter Andersson <[email protected]> | 2014-03-19 16:25:03 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2014-03-19 16:25:12 +0100 |
commit | 57a9bc4c710690d1c7b219a9cd53b8cecbe6851e (patch) | |
tree | 1f193e14947d1ad950bc71ac71f3231e4bc51f53 /lib/test_server | |
parent | 392a7451ea6d4f1518a446186f35574d7936a718 (diff) | |
parent | 5667601be38a2e35fbbe59491f448f947bfcc73c (diff) | |
download | otp-57a9bc4c710690d1c7b219a9cd53b8cecbe6851e.tar.gz otp-57a9bc4c710690d1c7b219a9cd53b8cecbe6851e.tar.bz2 otp-57a9bc4c710690d1c7b219a9cd53b8cecbe6851e.zip |
Merge remote branch 'origin/peppe/common_test/telnet_logging_final'
* origin/peppe/common_test/telnet_logging_final:
Add test cases and fix some problems with logging and with the telnet client
Get ct_telnet_client to print all data from server to log
Change telnet logging behaviour
OTP-11690
Diffstat (limited to 'lib/test_server')
-rw-r--r-- | lib/test_server/src/ts.unix.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_server/src/ts.unix.config b/lib/test_server/src/ts.unix.config index a34857b9e5..1ba5d9033e 100644 --- a/lib/test_server/src/ts.unix.config +++ b/lib/test_server/src/ts.unix.config @@ -3,4 +3,4 @@ %% Always run a (VNC) X server on host %% {xserver, "xserver.example.com:66"}. -{unix,[{telnet,"belegost"},{username,"bofh"},{password,"root"},{keep_alive,true}]}. +{unix,[{telnet,"belegost"},{username,"telnet-test"},{password,"tset-tenlet"},{keep_alive,true}]}. |