diff options
author | Peter Andersson <[email protected]> | 2014-03-25 11:14:36 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2014-03-25 11:14:42 +0100 |
commit | 646ad9bd6679f629d8c5c7bad7adc3fbb4d1a627 (patch) | |
tree | c899a000bb75579262fb767cf7230f4ac9d213fb /lib/common_test/src/cth_conn_log.erl | |
parent | fa2641c8089dc6850b2b176b0f195d9d9fcd7687 (diff) | |
parent | 48952834e4caf8081e1b88b0de4f272ab6b410c5 (diff) | |
download | otp-646ad9bd6679f629d8c5c7bad7adc3fbb4d1a627.tar.gz otp-646ad9bd6679f629d8c5c7bad7adc3fbb4d1a627.tar.bz2 otp-646ad9bd6679f629d8c5c7bad7adc3fbb4d1a627.zip |
Merge branch 'peppe/common_test/cth_surefire_crash'
* peppe/common_test/cth_surefire_crash:
Prevent cth_surefire hook from crashing if previous hook returns fail or skip.
OTP-11811
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( |