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