Enable capture_log globally
This commit is contained in:
parent
cbf8f8ac0d
commit
3aed111a42
20 changed files with 1 additions and 34 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Code.put_compiler_option(:warnings_as_errors, true)
|
||||
|
||||
ExUnit.configure(max_cases: System.schedulers_online())
|
||||
ExUnit.configure(capture_log: true, max_cases: System.schedulers_online())
|
||||
|
||||
ExUnit.start(exclude: [:federated, :erratic])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue