aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-04-20 17:43:23 +0200
committerPeter Andersson <[email protected]>2015-04-20 17:43:23 +0200
commite76a10b0c5fa052729f8e8bc1a74990a77f31fe6 (patch)
tree9631c765559ec726071c802f907f8f41485ba951 /lib/common_test
parent6c3f8818f802164869519d58a538e70b1b8cc76c (diff)
downloadotp-e76a10b0c5fa052729f8e8bc1a74990a77f31fe6.tar.gz
otp-e76a10b0c5fa052729f8e8bc1a74990a77f31fe6.tar.bz2
otp-e76a10b0c5fa052729f8e8bc1a74990a77f31fe6.zip
Improve code
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/src/ct_gen_conn.erl5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/common_test/src/ct_gen_conn.erl b/lib/common_test/src/ct_gen_conn.erl
index 56082086f6..8da10ee0f3 100644
--- a/lib/common_test/src/ct_gen_conn.erl
+++ b/lib/common_test/src/ct_gen_conn.erl
@@ -24,10 +24,9 @@
-module(ct_gen_conn).
--compile(export_all).
-
--export([start/4, stop/1, get_conn_pid/1]).
+-export([start/4, stop/1, get_conn_pid/1, check_opts/1]).
-export([call/2, call/3, return/2, do_within_time/2]).
+-export([log/3, start_log/1, cont_log/2, end_log/0]).
%%----------------------------------------------------------------------
%% Exported types