From c5c4dd11b9894f1b448ff209bb479669f7007827 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 14 Jul 2024 10:59:31 +0200 Subject: [PATCH] add stats --- usr/bin/archboot-testsuite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-testsuite.sh b/usr/bin/archboot-testsuite.sh index 056231868..fb954cffa 100755 --- a/usr/bin/archboot-testsuite.sh +++ b/usr/bin/archboot-testsuite.sh @@ -16,7 +16,7 @@ _usage () { exit 0 } _run_test () { - echo -e -n "\e[1mTestsuite checking ${1}...\e[m" + echo -e "\e[1mTestsuite checking ${1}...\e[m" } _result() { if [[ -s ${1} ]]; then