summaryrefslogtreecommitdiff
path: root/repo/devel/gcc.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-31 21:47:04 +0000
committerdavidovski <david@davidovski.xyz>2022-01-31 21:47:04 +0000
commit4e533cd7b1106e9bd8485fb52159e378038306da (patch)
tree992a01ff1e63aa7b7b85585f62d4e6273fb679ab /repo/devel/gcc.xibuild
parente68a818303ec36616b9e2ab6bc786d9c5d3dc384 (diff)
ignoring failed tests due to bad su
Diffstat (limited to 'repo/devel/gcc.xibuild')
-rw-r--r--repo/devel/gcc.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/devel/gcc.xibuild b/repo/devel/gcc.xibuild
index 62799f4..d87e01f 100644
--- a/repo/devel/gcc.xibuild
+++ b/repo/devel/gcc.xibuild
@@ -42,8 +42,8 @@ check () {
if id -u tester; then
chown -Rv tester .
- su tester -c "PATH=$PATH make $MAKEFLAGS -k check"
- ../contrib/test_summary | grep -A7 Summ
+ su tester -c "PATH=$PATH make $MAKEFLAGS -k check" || true
+ ../contrib/test_summary | grep -A7 Summ || true
fi
}