소스 검색

Fix #295 (consider *_SUITE.beam in ct skip check)

pull/3/head
Tuncer Ayaz 12 년 전
부모
커밋
9dd8e7f2ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_ct.erl

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

@ -59,7 +59,7 @@ run_test_if_present(TestDir, LogDir, Config, File) ->
?WARN("~s directory not present - skipping\n", [TestDir]),
ok;
true ->
case filelib:wildcard(TestDir ++ "/*_SUITE.erl") of
case filelib:wildcard(TestDir ++ "/*_SUITE.{beam,erl}") of
[] ->
?WARN("~s directory present, but no common_test"
++ " SUITES - skipping\n", [TestDir]),

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