From 6984510879ff2ce7ae2fc22c3c056f67e55ce9aa Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Mon, 21 Jan 2019 10:19:21 +0100 Subject: [PATCH] Remove verbosity from script Users of this script shoud set it from outside: `VERBOSE=1 bash -x scrpts/test_integration.sh` --- scripts/test_integration.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/test_integration.sh b/scripts/test_integration.sh index d7d5943..97c6a76 100755 --- a/scripts/test_integration.sh +++ b/scripts/test_integration.sh @@ -75,7 +75,6 @@ ENVIRONMENTS=" set_mips " -set -x set -e CMAKE_GENERATOR="Ninja"