File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set -o xtrace
22
22
retry () {
23
23
for i in {1..5}; do
24
24
if " $@ "
25
- then
25
+ then
26
26
return 0
27
27
else
28
28
sleep " ${i} "
@@ -59,7 +59,7 @@ cd "${GOPATH}/src/k8s.io/kubernetes"
59
59
./hack/install-etcd.sh
60
60
61
61
# Run the benchmark tests and pretty-print the results into a separate file.
62
- make test-integration WHAT=" $* " KUBE_TEST_ARGS=" -run='XXX' -bench=. -benchmem -alsologtostderr=false -logtostderr=false" \
62
+ make test-integration WHAT=" $* " KUBE_TEST_ARGS=" -run='XXX' -bench=${TEST_PREFIX :- .} -benchmem -alsologtostderr=false -logtostderr=false" \
63
63
| (go run test/integration/benchmark/extractlog/main.go) \
64
64
| tee \
65
65
>( prettybench -no-passthrough > " ${ARTIFACTS} /BenchmarkResults.txt" ) \
You can’t perform that action at this time.
0 commit comments