Left-align checkmarks for valgrind testing

This commit is contained in:
Sage Vaillancourt 2021-07-05 05:32:47 -04:00
parent 5a69d5730a
commit 96a47590f1
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ fail() {
check() { check() {
if $VALGRIND; then if $VALGRIND; then
echo -ne "\n $1 " echo -ne "\n $1\r"
local output=$($VALCOM ./pl "(loadfile \"examples/lib.pbl\") $2") local output=$($VALCOM ./pl "(loadfile \"examples/lib.pbl\") $2")
else else
local output=$(./pl "(loadfile \"examples/lib.pbl\") $2") local output=$(./pl "(loadfile \"examples/lib.pbl\") $2")