From 3b024fc8ab28212f907df654f0718f9fd0b9c7fd Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Wed, 23 Nov 2011 15:19:35 +0100 Subject: Add option no_warn_sasl to systools:make_script This option will suppress the 'missing-sasl' warning which otherwise is issued when compiling a .rel file which does not include the sasl application. --- lib/sasl/test/systools_SUITE.erl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/sasl/test/systools_SUITE.erl') diff --git a/lib/sasl/test/systools_SUITE.erl b/lib/sasl/test/systools_SUITE.erl index 892c4994e8..beb1e48ca7 100644 --- a/lib/sasl/test/systools_SUITE.erl +++ b/lib/sasl/test/systools_SUITE.erl @@ -411,6 +411,9 @@ no_sasl_script(Config) when is_list(Config) -> ?line {ok, _ , [{warning,missing_sasl}]} = systools:make_script(LatestName,[{path, P},silent]), + ?line {ok, _ , []} = + systools:make_script(LatestName,[{path, P},silent, no_warn_sasl]), + ?line ok = file:set_cwd(OldDir), ok. -- cgit v1.2.3