소스 검색

symlink ct test dirs rather than copy

pull/753/head
alisdair sullivan 9 년 전
부모
커밋
4f16e5b7e3
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      src/rebar_prv_common_test.erl

+ 4
- 2
src/rebar_prv_common_test.erl 파일 보기

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

불러오는 중...
취소
저장