Explorar el Código

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 hace 10 años
padre
commit
192e85aafa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_prv_common_test.erl

+ 1
- 1
src/rebar_prv_common_test.erl Ver fichero

@ -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.

Cargando…
Cancelar
Guardar