From 453b5e245ba1a398abbe326ae48c5a7bd1468aba Mon Sep 17 00:00:00 2001 From: Tulsi Shah Date: Tue, 15 Oct 2024 05:55:26 +0000 Subject: [PATCH] pass -y flag --- tools/integration_tests/run_e2e_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/integration_tests/run_e2e_tests.sh b/tools/integration_tests/run_e2e_tests.sh index 6a7e90c330..18612f8908 100755 --- a/tools/integration_tests/run_e2e_tests.sh +++ b/tools/integration_tests/run_e2e_tests.sh @@ -138,7 +138,7 @@ function install_packages() { wget -O go_tar.tar.gz https://go.dev/dl/go1.23.2.linux-${architecture}.tar.gz -q sudo rm -rf /usr/local/go && tar -xzf go_tar.tar.gz && sudo mv go /usr/local export PATH=$PATH:/usr/local/go/bin - sudo apt-get install python3 + sudo apt-get install -y python3 # install python3-setuptools tools. sudo apt-get install -y gcc python3-dev python3-setuptools # Downloading composite object requires integrity checking with CRC32c in gsutil.