瀏覽代碼

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

Loading…
取消
儲存