File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ set -o pipefail
20
20
set -o xtrace
21
21
22
22
# Runs test-cmd, intended to be run in prow.k8s.io
23
- set -x;
24
23
25
24
# TODO: make test-cmd should handle this automatically
26
25
source ./hack/install-etcd.sh
27
26
27
+ set -x;
28
28
make test-cmd
29
29
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ set -o pipefail
20
20
set -o xtrace
21
21
22
22
# Runs test-cmd and test-integration, intended to be run in prow.k8s.io
23
- set -x;
24
23
25
24
# TODO: make test-integration should handle this automatically
26
25
source ./hack/install-etcd.sh
@@ -32,5 +31,6 @@ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
32
31
# Save the verbose stdout as well.
33
32
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
34
33
export LOG_LEVEL=4
34
+ set -x;
35
35
make test-cmd
36
36
make test-integration
You can’t perform that action at this time.
0 commit comments