Skip to content

Commit

Permalink
removed an incorrect "echo" (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
hra687261 authored Sep 13, 2021
1 parent ba99397 commit 5819f3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion non-regression/main_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5819f3c

Please sign in to comment.