Skip to content

Commit

Permalink
make sure all tests that don't need it disable the xref check
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Dec 1, 2020
1 parent c486bbe commit 64d0c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/rlx_release_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ make_extend_release(Config) ->
goal_app_2]},
{release, {foo_test, "0.0.1", {extend, foo}},
[goal_app_2]},
{check_for_undefined_functions, false},
{lib_dirs, [filename:join(LibDir1, "*")]}],

{ok, State} = relx:build_release(foo_test, [{root_dir, LibDir1}, {lib_dirs, [LibDir1]},
Expand Down

0 comments on commit 64d0c00

Please sign in to comment.