Sfoglia il codice sorgente

Add new option to test

pull/2187/head
Sergey Yelin 5 anni fa
parent
commit
2fc7ebf3ee
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B653F3417EAEC54
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      test/rebar_dialyzer_SUITE.erl

+ 2
- 1
test/rebar_dialyzer_SUITE.erl Vedi 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(),

Caricamento…
Annulla
Salva