[erlang-questions] Possibly bug in cth_log_redirect?

Max Lapshin max.lapshin@REDACTED
Fri Aug 9 22:12:54 CEST 2013


When tests are running in parallel, LogFun in cth_log_redirect is
changed to ct_log:

https://github.com/erlang/otp/blob/3021fca734f71f8bae966ab67f1400d37f8927bc/lib/common_test/src/cth_log_redirect.erl#L49

Problem is that it must be not ct_log, but tc_log:

https://github.com/erlang/otp/blob/3021fca734f71f8bae966ab67f1400d37f8927bc/lib/common_test/src/ct_logs.erl#L44


Should I make patch?



More information about the erlang-questions mailing list