浏览代码

keep debug_info in test to satisfy osx perms

pull/2259/head
Tristan Sloughter 5 年前
父节点
当前提交
99523bc171
找不到此签名对应的密钥 GPG 密钥 ID: AAB97DDECCEB8150
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      test/rebar_release_SUITE.erl

+ 1
- 0
test/rebar_release_SUITE.erl 查看文件

@ -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"},

正在加载...
取消
保存