mirror of git://sourceware.org/git/glibc.git
Improve error handling by printing more information.
This commit is contained in:
parent
64f6b8f3cd
commit
a9397b8649
|
|
@ -26,6 +26,7 @@ for l in $lang; do
|
||||||
if test $here -eq 0; then
|
if test $here -eq 0; then
|
||||||
echo "$l OK"
|
echo "$l OK"
|
||||||
else
|
else
|
||||||
|
echo "$l FAIL"
|
||||||
status=1
|
status=1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue