File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ cd /go/src/k8s.io/kubernetes
57
57
make test-integration WHAT=" $* " KUBE_TEST_ARGS=" -run='XXX' -bench=. -benchmem" \
58
58
| tee \
59
59
>( prettybench -no-passthrough > " ${ARTIFACTS} /BenchmarkResults.txt" ) \
60
- >( go run test/integration/benchmark/jsonify/main.go " ${ARTIFACTS} " /BenchmarkResults_benchmark_" $( date -u +%Y-%m-%dT%H:%M:%SZ) " .json || cat > /dev/null)
60
+ >( go run test/integration/benchmark/jsonify/main.go " ${ARTIFACTS} /BenchmarkResults_benchmark_$( date -u +%Y-%m-%dT%H:%M:%SZ) .json" || cat > /dev/null)
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ set -o xtrace
21
21
22
22
retry () {
23
23
for i in {1..5}; do
24
- if " $@ "
25
- then
24
+ if " $@ " ; then
26
25
return 0
27
26
else
28
27
sleep " ${i} "
You can’t perform that action at this time.
0 commit comments