Skip to content

Commit 8f3cadf

Browse files
test
1 parent 41c3616 commit 8f3cadf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

hack/prow/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ echo $PATH
176176
gotestsum --jsonfile "${JSON_OUT}" --junitfile="${JUNIT_OUT}" -f standard-verbose --raw-command -- \
177177
go tool test2json -t \
178178
${E2E_BIN} \
179+
-test.run TestScheduledStopUnix \
179180
-minikube-start-args="--driver=${DRIVER} ${EXTRA_START_ARGS}" \
180181
-test.timeout=${TIMEOUT} -test.v \
181182
${EXTRA_TEST_ARGS} \

test/integration/scheduled_stop_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ func stopMinikube(ctx context.Context, t *testing.T, profile string, additionalA
138138
if err != nil {
139139
t.Fatalf("stopping minikube: %v\n%s", err, rr.Output())
140140
}
141+
fmt.Println("minikube stop output:")
142+
fmt.Println(rr.Output())
143+
141144
}
142145

143146
func checkPID(t *testing.T, profile string) string {

0 commit comments

Comments
 (0)