소스 검색

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.

불러오는 중...
취소
저장