Browse Source

Add new option to test

pull/2187/head
Sergey Yelin 5 years ago
parent
commit
2fc7ebf3ee
No known key found for this signature in database GPG Key ID: B653F3417EAEC54
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      test/rebar_dialyzer_SUITE.erl

+ 2
- 1
test/rebar_dialyzer_SUITE.erl View File

@ -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…
Cancel
Save