Browse Source

keep debug_info in test to satisfy osx perms

pull/2259/head
Tristan Sloughter 5 years ago
parent
commit
99523bc171
No known key found for this signature in database GPG Key ID: AAB97DDECCEB8150
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/rebar_release_SUITE.erl

+ 1
- 0
test/rebar_release_SUITE.erl View File

@ -215,6 +215,7 @@ profile_overlays(Config) ->
{lib_dirs, [AppDir]}]},
{profiles, [{prod,
[{relx, [
{debug_info, keep},
{overlay_vars, filename:join(AppDir, "prod.vars")},
{overlay, [{mkdir, "otherrandomdir"},
{copy, filename:join(AppDir, "./prod.file"), "{{env}}.file"},

Loading…
Cancel
Save