瀏覽代碼

Add new option to test

pull/2187/head
Sergey Yelin 5 年之前
父節點
當前提交
2fc7ebf3ee
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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(),

Loading…
取消
儲存