diff options
author | Peter Andersson <[email protected]> | 2014-03-24 16:23:49 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2014-03-24 16:23:49 +0100 |
commit | 48952834e4caf8081e1b88b0de4f272ab6b410c5 (patch) | |
tree | 3334cb19ed180f6e01b6065db88b4416e2cdb168 /lib/common_test/src/cth_conn_log.erl | |
parent | 8ffbf0feccb375afc10ce676070b6b778e9bf260 (diff) | |
download | otp-48952834e4caf8081e1b88b0de4f272ab6b410c5.tar.gz otp-48952834e4caf8081e1b88b0de4f272ab6b410c5.tar.bz2 otp-48952834e4caf8081e1b88b0de4f272ab6b410c5.zip |
Prevent cth_surefire hook from crashing if previous hook returns fail or skip.
Diffstat (limited to 'lib/common_test/src/cth_conn_log.erl')
-rw-r--r-- | lib/common_test/src/cth_conn_log.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common_test/src/cth_conn_log.erl b/lib/common_test/src/cth_conn_log.erl index a731c8054c..0e6c877c5d 100644 --- a/lib/common_test/src/cth_conn_log.erl +++ b/lib/common_test/src/cth_conn_log.erl @@ -100,7 +100,6 @@ get_log_opts(Opts) -> Hosts = proplists:get_value(hosts,Opts,[]), {LogType,Hosts}. - pre_init_per_testcase(TestCase,Config,CthState) -> Logs = lists:map( |