File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ gsutil cp gs://minikube-builds/${MINIKUBE_LOCATION}/testdata/busybox.yaml testda
33
33
gsutil cp gs://minikube-builds/${MINIKUBE_LOCATION} /testdata/pvc.yaml testdata/
34
34
gsutil cp gs://minikube-builds/${MINIKUBE_LOCATION} /testdata/busybox-mount-test.yaml testdata/
35
35
36
+ export MINIKUBE_WANTREPORTERRORPROMPT=False
37
+ sudo ./out/minikube-${OS_ARCH} delete || true
38
+ ./out/minikube-${OS_ARCH} delete || true
39
+
36
40
# Add the out/ directory to the PATH, for using new drivers.
37
41
export PATH=" $( pwd) /out/" :$PATH
38
42
@@ -70,13 +74,11 @@ if [ -e out/docker-machine-driver-hyperkit ]; then
70
74
sudo chmod u+s out/docker-machine-driver-hyperkit || true
71
75
fi
72
76
73
- MINIKUBE_WANTREPORTERRORPROMPT=False sudo ./out/minikube-${OS_ARCH} delete \
74
- || MINIKUBE_WANTREPORTERRORPROMPT=False ./out/minikube-${OS_ARCH} delete \
75
- || true
76
-
77
77
# See the default image
78
78
./out/minikube-${OS_ARCH} start -h | grep iso
79
79
80
+ tree ~ /.minikube || true
81
+
80
82
# Allow this to fail, we'll switch on the return code below.
81
83
set +e
82
84
${SUDO_PREFIX} out/e2e-${OS_ARCH} -minikube-args=" --vm-driver=${VM_DRIVER} --v=10 --logtostderr" -test.v -test.timeout=30m -binary=out/minikube-${OS_ARCH}
You can’t perform that action at this time.
0 commit comments