Skip to content

Commit 0d52e59

Browse files
committed
explicit ./ as TMPDIR
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 283da31 commit 0d52e59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bats/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ TMPDIR ?= "/tmp"
6363
# TMPDIR to checkout directory (easier for runner setup).
6464
DOCKER_RUN_FLAGS :=
6565
ifeq ($(CI),)
66-
TMPDIR = "."
66+
TMPDIR="./"
6767
DOCKER_RUN_FLAGS += -it
6868
endif
6969

@@ -86,6 +86,7 @@ image:
8686
.PHONY: tests
8787
tests: image
8888
echo "KUBECONFIG: $(KUBECONFIG)" && \
89+
echo "TMPDIR: $(TMPDIR)" && \
8990
export _RUNDIR=$(TMPDIR)/k8s-dra-driver-gpu-tests-out/bats-tests-$$(date +%s) && \
9091
mkdir -p "$${_RUNDIR}" && stat "$${_RUNDIR}" && \
9192
docker run \

0 commit comments

Comments
 (0)