File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- $test_root = " $env: HOMEDRIVE$env: HOMEPATH \minikube-integration"
16- $test_home = " $test_root \$env: COMMIT "
15+ $test_home = " $env: HOMEDRIVE$env: HOMEPATH \minikube-integration"
1716$env: KUBECONFIG = " $test_home \kubeconfig"
1817$env: MINIKUBE_HOME = " $test_home \.minikube"
1918
19+ # delete in case previous test was unexpectedly ended and teardown wasn't run
20+ rm - r - Force $test_home
2021mkdir - p $test_home
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- $test_root = " $env: HOMEDRIVE$env: HOMEPATH \minikube-integration"
16- $test_home = " $test_root \$env: COMMIT "
15+ $test_home = " $env: HOMEDRIVE$env: HOMEPATH \minikube-integration"
1716
18- rm - r $test_home
17+ rm - r - Force $test_home
You can’t perform that action at this time.
0 commit comments