Imported Upstream version 2.21.0
[platform/upstream/git.git] / ci / run-linux32-build.sh
index 2c60d2e..e3a193a 100755 (executable)
@@ -55,6 +55,6 @@ linux32 --32bit i386 su -m -l $CI_USER -c '
        set -ex
        cd /usr/src/git
        test -n "$cache_dir" && ln -s "$cache_dir/.prove" t/.prove
-       make --jobs=2
-       make --quiet test
+       make
+       make test
 '