From 23abd013424f8264e422f7f478a71919d5684309 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Tue, 29 May 2018 15:19:16 +0200 Subject: Ensure no progress reports when checking OTP release --- make/cross_check_erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/cross_check_erl b/make/cross_check_erl index f8ba73023a..524514a63f 100755 --- a/make/cross_check_erl +++ b/make/cross_check_erl @@ -90,7 +90,7 @@ start() -> EOF erlc cross_check_erl.erl 2>/dev/null \ - && used_otp=`erl -noshell -noinput -pa . -run cross_check_erl 2>/dev/null` + && used_otp=`erl -noshell -noinput -boot start_clean -pa . -run cross_check_erl 2>/dev/null` res=$? -- cgit v1.2.3