소스 검색

Merge pull request #330 from tuncer/experimental-tests

Remove experimental label from 'eunit tests='
pull/3/head
Tristan Sloughter 10 년 전
부모
커밋
148416d0cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_eunit.erl

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

@ -242,7 +242,7 @@ get_suites(Config) ->
end.
get_qualified_and_unqualified_tests(Config) ->
RawFunctions = rebar_utils:get_experimental_global(Config, tests, ""),
RawFunctions = rebar_config:get_global(Config, tests, ""),
FunctionNames = [FunctionName ||
FunctionName <- string:tokens(RawFunctions, ",")],
get_qualified_and_unqualified_tests1(FunctionNames, [], []).

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