summaryrefslogtreecommitdiff
path: root/repo/core/gcc.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/gcc.xibuild')
-rw-r--r--repo/core/gcc.xibuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/repo/core/gcc.xibuild b/repo/core/gcc.xibuild
index 37132d1..ab9830d 100644
--- a/repo/core/gcc.xibuild
+++ b/repo/core/gcc.xibuild
@@ -36,9 +36,11 @@ build () {
ulimit -s 32768
- chown -Rv tester .
- su tester -c "PATH=$PATH make $MAKEFLAGS -k check"
- ../contrib/test_summary | grep -A7 Summ
+ if id -u tester; then
+ chown -Rv tester .
+ su tester -c "PATH=$PATH make $MAKEFLAGS -k check"
+ ../contrib/test_summary | grep -A7 Summ
+ fi
}