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/common_test/src/ct_gen_conn.erl | |
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/common_test/src/ct_gen_conn.erl')
-rw-r--r-- | lib/common_test/src/ct_gen_conn.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_gen_conn.erl b/lib/common_test/src/ct_gen_conn.erl index 078d6b1a44..239f5b5f25 100644 --- a/lib/common_test/src/ct_gen_conn.erl +++ b/lib/common_test/src/ct_gen_conn.erl @@ -344,7 +344,7 @@ loop(Opts) -> link(NewPid), put(conn_pid,NewPid), loop(Opts#gen_opts{conn_pid=NewPid, - cb_state=NewState}); + cb_state=NewState}); Error -> ct_util:unregister_connection(self()), log("Reconnect failed. Giving up!", |