diff options
Diffstat (limited to 'repo/core/gcc.xibuild')
-rw-r--r-- | repo/core/gcc.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/core/gcc.xibuild b/repo/core/gcc.xibuild index 17eae2d..fc00767 100644 --- a/repo/core/gcc.xibuild +++ b/repo/core/gcc.xibuild @@ -33,12 +33,11 @@ build () { --with-system-zlib make - # TODO put tests here, quite important ulimit -s 32768 chown -Rv tester . - su tester -c "PATH=$PATH make -k check" + su tester -c "PATH=$PATH make $MAKEFLAGS -k check" ../contrib/test_summary |