mirror of
git://c9x.me/qbe.git
synced 2026-04-07 10:59:47 +00:00
improve tests output for contbuild
This commit is contained in:
parent
b39ccc6061
commit
48896b0598
@ -24,8 +24,7 @@ extract() {
|
|||||||
next
|
next
|
||||||
}
|
}
|
||||||
/^# <<</ {
|
/^# <<</ {
|
||||||
if (p)
|
p = 0
|
||||||
p = 0
|
|
||||||
}
|
}
|
||||||
p
|
p
|
||||||
" $FILE \
|
" $FILE \
|
||||||
@ -42,7 +41,7 @@ once() {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$(basename $T)..."
|
printf "%-45s" "$(basename $T)..."
|
||||||
|
|
||||||
if ! $QBE -o $ASM $T
|
if ! $QBE -o $ASM $T
|
||||||
then
|
then
|
||||||
@ -83,7 +82,7 @@ once() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "\033[1A\033[45C[ok]\n"
|
echo "[ok]"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user