瀏覽代碼

Merge pull request #427 from talentdeficit/415

when compiling ct dirs base compiler input dir on project root rather than profile root
pull/429/head
Fred Hebert 10 年之前
父節點
當前提交
192e85aafa
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_prv_common_test.erl

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

@ -303,7 +303,7 @@ copy(State, Dir) ->
compile_dir(State, Dir, OutDir) ->
NewState = replace_src_dirs(State, [Dir]),
ok = rebar_erlc_compiler:compile(NewState, rebar_dir:base_dir(State), OutDir),
ok = rebar_erlc_compiler:compile(NewState, rebar_state:dir(State), OutDir),
ok = maybe_cover_compile(State, Dir),
OutDir.

Loading…
取消
儲存