diff options
Diffstat (limited to 'ci/run-linux32-build.sh')
-rwxr-xr-x | ci/run-linux32-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run-linux32-build.sh b/ci/run-linux32-build.sh index 09e9276e12..e3a193adbc 100755 --- a/ci/run-linux32-build.sh +++ b/ci/run-linux32-build.sh @@ -56,5 +56,5 @@ linux32 --32bit i386 su -m -l $CI_USER -c ' cd /usr/src/git test -n "$cache_dir" && ln -s "$cache_dir/.prove" t/.prove make - make --quiet test + make test ' |