blob: 984eb7ba68324a59e06a321162dc0b9348267010 (
plain)
1
2
3
4
5
6
7
8
9
|
# on i486, uname reports the wrong architecture, so tests fail
if [ "${CARCH}" = 'i486' ]; then
eval "$(
declare -f check \
| sed '
/meson test/ s@$@ || true; ! grep -vwF uname meson-logs/testlog.txt | grep -qwF FAIL@
'
)"
fi
|