瀏覽代碼

Add new option to test

pull/2187/head
Sergey Yelin 5 年之前
父節點
當前提交
2fc7ebf3ee
沒有發現已知的金鑰在資料庫的簽署中 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, "--plt-location=" ++ Location,
"--base-plt-location=" ++ BasePltLocation, "--base-plt-location=" ++ BasePltLocation,
"--plt-prefix=" ++ Prefix, "--plt-prefix=" ++ Prefix,
"--base-plt-prefix=" ++ BasePrefix],
"--base-plt-prefix=" ++ BasePrefix,
"--statistics"],
{ok, [{app, Name1}, {app, Name2}]}), {ok, [{app, Name1}, {app, Name2}]}),
ErtsFiles = erts_files(), ErtsFiles = erts_files(),

Loading…
取消
儲存