blob: 5dbc0b05052fc51ae2d909876e89fb2e263355e0 (
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
|