소스 검색

Reuse rebar_utils:get_cwd/0

Tuncer Ayaz 15 년 전
부모
커밋
99bf0f3918
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      src/rebar_eunit.erl

+ 1
- 2
src/rebar_eunit.erl 파일 보기

@ -99,8 +99,7 @@ clean(_Config, _File) ->
%% ===================================================================
eunit_dir() ->
{ok, Cwd} = file:get_cwd(),
filename:join(Cwd, ?EUNIT_DIR).
filename:join(rebar_utils:get_cwd(), ?EUNIT_DIR).
perform_eunit(Config, Modules) ->
%% suite defined, so only specify the module that relates to the

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