From 2fc7ebf3ee5b278ee8eefdf97059f5228302837c Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Mon, 16 Dec 2019 12:12:33 +0300 Subject: [PATCH] Add new option to test --- test/rebar_dialyzer_SUITE.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/rebar_dialyzer_SUITE.erl b/test/rebar_dialyzer_SUITE.erl index 8577a323..724f9d06 100644 --- a/test/rebar_dialyzer_SUITE.erl +++ b/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(),