소스 검색

Add new option to test

pull/2187/head
Sergey Yelin 5 년 전
부모
커밋
2fc7ebf3ee
No known key found for this signature in database GPG 키 ID: B653F3417EAEC54
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      test/rebar_dialyzer_SUITE.erl

+ 2
- 1
test/rebar_dialyzer_SUITE.erl 파일 보기

@ -335,7 +335,8 @@ cli_args(Config) ->
"--plt-location=" ++ Location,
"--base-plt-location=" ++ BasePltLocation,
"--plt-prefix=" ++ Prefix,
"--base-plt-prefix=" ++ BasePrefix],
"--base-plt-prefix=" ++ BasePrefix,
"--statistics"],
{ok, [{app, Name1}, {app, Name2}]}),
ErtsFiles = erts_files(),

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