diff options
author | Peter Andersson <[email protected]> | 2015-05-04 16:14:22 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-05-04 16:14:22 +0200 |
commit | 887a13fb61fb3ccc39eaa79964d731f10ab17556 (patch) | |
tree | b58d05d4905a276115891b4846b501c6b17c3b6b /lib/common_test | |
parent | 60f7491d074b77d30bb3582c54262aa315c625cb (diff) | |
parent | e76a10b0c5fa052729f8e8bc1a74990a77f31fe6 (diff) | |
download | otp-887a13fb61fb3ccc39eaa79964d731f10ab17556.tar.gz otp-887a13fb61fb3ccc39eaa79964d731f10ab17556.tar.bz2 otp-887a13fb61fb3ccc39eaa79964d731f10ab17556.zip |
Merge remote-tracking branch 'origin/peppe/common_test/ct_gen_conn_problem'
* origin/peppe/common_test/ct_gen_conn_problem:
Improve code
OTP-10365
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/src/ct_gen_conn.erl | 5 |
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 |