From 96a47590f14cb03f5356c19b5a346e66b610380f Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Mon, 5 Jul 2021 05:32:47 -0400 Subject: [PATCH] Left-align checkmarks for valgrind testing --- src/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests.sh b/src/tests.sh index fd0ff11..29c4415 100755 --- a/src/tests.sh +++ b/src/tests.sh @@ -41,7 +41,7 @@ fail() { check() { if $VALGRIND; then - echo -ne "\n $1 " + echo -ne "\n $1\r" local output=$($VALCOM ./pl "(loadfile \"examples/lib.pbl\") $2") else local output=$(./pl "(loadfile \"examples/lib.pbl\") $2")