mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
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:
parent
6b33567f9b
commit
e5f4caf62a
3 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue