aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-10-03 11:41:20 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-03 11:41:25 -0400
commit284cd3195a9ea2e1e8d3663f5e7baa69c3727464 (patch)
tree7dd6827e4120b0eb6b3910a74230da4a20e8e679
parenta689c119076c7b8dc5b4dea4539e4cbf5adfb72f (diff)
parentfa95503d64e1a5ad8aa67d78695ee9222372a16e (diff)
Merge #17040: ci: Make apt-get more verbose, to debug travis timeouts
fa95503d64e1a5ad8aa67d78695ee9222372a16e ci: Make apt-get more verbose, to debug travis timeouts (MarcoFalke) Pull request description: See issue #16148 ACKs for top commit: practicalswift: ACK fa95503d64e1a5ad8aa67d78695ee9222372a16e ryanofsky: utACK fa95503d64e1a5ad8aa67d78695ee9222372a16e Tree-SHA512: a81e38490dcc9f281f43a6d75ecf383a96374ddee3b4b0f909e485ed461159132d19d37cf9c9d92e95060aec75a5e856900083fd659baf711e438eb9719c96c6
-rwxr-xr-xci/test/04_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/04_install.sh b/ci/test/04_install.sh
index 54d7a9b814..4459d6f4ce 100755
--- a/ci/test/04_install.sh
+++ b/ci/test/04_install.sh
@@ -46,5 +46,5 @@ DOCKER_EXEC free -m -h
DOCKER_EXEC echo "Number of CPUs \(nproc\): $(nproc)"
${CI_RETRY_EXE} DOCKER_EXEC apt-get update
-${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES $DOCKER_PACKAGES
+${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -y $PACKAGES $DOCKER_PACKAGES