summaryrefslogtreecommitdiff
path: root/ci/run-build-and-tests.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-02-06 22:05:25 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-02-06 22:05:25 -0800
commit51b996662bb5ac055cf9639eb0f0a1fc5876a4aa (patch)
tree6ae54faf68dde0e109d01f58f71618718f7e0ee1 /ci/run-build-and-tests.sh
parentMerge branch 'ds/push-sparse-tree-walk' (diff)
parenttravis-ci: build with the right compiler (diff)
downloadtgif-51b996662bb5ac055cf9639eb0f0a1fc5876a4aa.tar.xz
Merge branch 'sg/travis-specific-cc'
The travis CI scripts have been corrected to build Git with the compiler(s) of our choice. * sg/travis-specific-cc: travis-ci: build with the right compiler travis-ci: switch to Xcode 10.1 macOS image travis-ci: don't be '--quiet' when running the tests .gitignore: ignore external debug symbols from GCC on macOS
Diffstat (limited to 'ci/run-build-and-tests.sh')
-rwxr-xr-xci/run-build-and-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh
index cda170d5c2..84431c097e 100755
--- a/ci/run-build-and-tests.sh
+++ b/ci/run-build-and-tests.sh
@@ -8,7 +8,7 @@
ln -s "$cache_dir/.prove" t/.prove
make --jobs=2
-make --quiet test
+make test
if test "$jobname" = "linux-gcc"
then
export GIT_TEST_SPLIT_INDEX=yes
@@ -17,7 +17,7 @@ then
export GIT_TEST_OE_DELTA_SIZE=5
export GIT_TEST_COMMIT_GRAPH=1
export GIT_TEST_MULTI_PACK_INDEX=1
- make --quiet test
+ make test
fi
check_unignored_build_artifacts