Skip to content

Commit 1c8bd98

Browse files
committed
try not setting TMPDIR to RUNDIR
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 57d8090 commit 1c8bd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bats/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ tests: image
110110
-c "set -ex; cd /cwd; stat $${_RUNDIR}; cat /kubeconfig | head -n2; kubectl get nodes; \
111111
echo 'Running k8s cluster cleanup (invasive)... '; \
112112
bash tests/bats/cleanup-from-previous-run.sh; \
113-
TMPDIR=$${_RUNDIR} bats \
113+
bats \
114114
--print-output-on-failure \
115115
--no-tempdir-cleanup \
116116
--timing \

0 commit comments

Comments
 (0)