We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d8090 commit 1c8bd98Copy full SHA for 1c8bd98
tests/bats/Makefile
@@ -110,7 +110,7 @@ tests: image
110
-c "set -ex; cd /cwd; stat $${_RUNDIR}; cat /kubeconfig | head -n2; kubectl get nodes; \
111
echo 'Running k8s cluster cleanup (invasive)... '; \
112
bash tests/bats/cleanup-from-previous-run.sh; \
113
- TMPDIR=$${_RUNDIR} bats \
+ bats \
114
--print-output-on-failure \
115
--no-tempdir-cleanup \
116
--timing \
0 commit comments