瀏覽代碼

Merge pull request #949 from tsloughter/eunit_config

fetch eunit_formatters config not from the command args but from the config
pull/935/head
Fred Hebert 9 年之前
父節點
當前提交
4b9a0835af
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_prv_eunit.erl

+ 1
- 1
src/rebar_prv_eunit.erl 查看文件

@ -346,7 +346,7 @@ resolve_eunit_opts(State) ->
true -> set_verbose(EUnitOpts);
false -> EUnitOpts
end,
case proplists:get_value(eunit_formatters, Opts, true) of
case proplists:get_value(eunit_formatters, EUnitOpts1, true) of
true -> custom_eunit_formatters(EUnitOpts1);
false -> EUnitOpts1
end.

Loading…
取消
儲存