Skip to content

Commit

Permalink
TestHelper.erlc: return errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 2, 2021
1 parent 7a4d5dc commit 6a36725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ defmodule TestHelper do

{:ok, module} =
:compile.file(String.to_charlist(src_path), [
:return_errors,
:debug_info,
outdir: String.to_charlist(ebin_dir)
])
Expand Down

0 comments on commit 6a36725

Please sign in to comment.