Explorar el Código

symlink ct test dirs rather than copy

pull/753/head
alisdair sullivan hace 9 años
padre
commit
4f16e5b7e3
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      src/rebar_prv_common_test.erl

+ 4
- 2
src/rebar_prv_common_test.erl Ver fichero

@ -299,8 +299,10 @@ copy(State, Dir) ->
true -> remove_links(Target);
false -> ok
end,
ok = ec_file:copy(From, Target, [recursive]),
Target
case rebar_file_utils:symlink_or_copy(From, Target) of
exists -> Target;
ok -> Target
end
end.
compile_dir(State, Dir) ->

Cargando…
Cancelar
Guardar