Parcourir la source

symlink ct test dirs rather than copy

pull/753/head
alisdair sullivan il y a 9 ans
Parent
révision
4f16e5b7e3
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. +4
    -2
      src/rebar_prv_common_test.erl

+ 4
- 2
src/rebar_prv_common_test.erl Voir le fichier

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

Chargement…
Annuler
Enregistrer