浏览代码

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,
"--base-plt-location=" ++ BasePltLocation,
"--plt-prefix=" ++ Prefix,
"--base-plt-prefix=" ++ BasePrefix],
"--base-plt-prefix=" ++ BasePrefix,
"--statistics"],
{ok, [{app, Name1}, {app, Name2}]}),
ErtsFiles = erts_files(),

正在加载...
取消
保存