소스 검색

Fix a format of a debug output

pull/3/head
YAMAMOTO Takashi 11 년 전
committed by YAMAMOTO Takashi
부모
커밋
7fd5a2d630
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_ct.erl

+ 1
- 1
src/rebar_ct.erl 파일 보기

@ -280,7 +280,7 @@ get_cover_config(Config, Cwd) ->
?DEBUG("No cover spec found: ~s~n", [Cwd]),
"";
[Spec] ->
?DEBUG("Found cover file ~w~n", [Spec]),
?DEBUG("Found cover file ~s~n", [Spec]),
" -cover " ++ Spec;
Specs ->
?ABORT("Multiple cover specs found: ~p~n", [Specs])

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