drop spammy xtrace from hack/test scripts

this shouldn't be set when sourcing install-etcd.sh, which has a lot of non-trivial shell to log

we can leave it when it just logs the test commands
This commit is contained in:
Benjamin Elder 2025-08-28 12:21:01 -07:00
parent 6b33567f9b
commit e5f4caf62a
3 changed files with 0 additions and 3 deletions

View file

@ -17,7 +17,6 @@
set -o errexit
set -o nounset
set -o pipefail
set -o xtrace
# Runs test-cmd, intended to be run in prow.k8s.io

View file

@ -17,7 +17,6 @@
set -o errexit
set -o nounset
set -o pipefail
set -o xtrace
# Runs test-cmd and test-integration, intended to be run in prow.k8s.io

View file

@ -17,7 +17,6 @@
set -o errexit
set -o nounset
set -o pipefail
set -o xtrace
# Runs test-integration
# This script is intended to be run from prow.k8s.io