From c115f716404a9d918dc0c994bf15b59d2e14b6e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Sun, 1 Nov 2015 13:51:25 +0100 Subject: [PATCH] run-tests: Don't show echo_header commands --- tests/run-tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/run-tests b/tests/run-tests index 45deb8ba..eb144933 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -4,8 +4,7 @@ set -e # quit script on error set -x # show each command as it is executed echo_header() { - echo "==============================================================================" - echo $1 + { echo -e "==============================================================================\n$1"; } 2>/dev/null } copy_apks_into_repo() { -- 2.30.2