Ver código fonte

Add new option to test

pull/2187/head
Sergey Yelin 5 anos atrás
pai
commit
2fc7ebf3ee
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B653F3417EAEC54
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      test/rebar_dialyzer_SUITE.erl

+ 2
- 1
test/rebar_dialyzer_SUITE.erl Ver arquivo

@ -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(),

Carregando…
Cancelar
Salvar