From 726b3b25d73fb79f0373ca28c1d47403ea6ecb32 Mon Sep 17 00:00:00 2001 From: hichaeh Date: Mon, 13 Sep 2021 10:53:29 +0200 Subject: [PATCH] removed an incorrect "echo" --- non-regression/main_script.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/non-regression/main_script.sh b/non-regression/main_script.sh index ba1d044d1..a9472fd0f 100755 --- a/non-regression/main_script.sh +++ b/non-regression/main_script.sh @@ -188,7 +188,6 @@ done percent=`expr 100 \* $score / $total` diff=`expr $total - $score` echo -ne "\r \r" -echo -e " Score Invalid:\t\t $score/$total :\t $percent% (-$diff)" echo -e " Score Incorrect:\t $score/$total :\t $percent% (-$diff)" echo "$limit"