Left-align checkmarks for valgrind testing
This commit is contained in:
parent
5a69d5730a
commit
96a47590f1
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue