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 c604f94 commit 808dea0Copy full SHA for 808dea0
example/Makefile
@@ -4,9 +4,10 @@ PLUGINS := test/plugins
4
5
DOCKER = docker run -ti --rm \
6
-v $(CURDIR):/testbed \
7
+ $(if $(TEMPDIR),-v $(TEMPDIR):$(TEMPDIR) \
8
-v $(CURDIR)/$(PLUGINS):/home/testbed/.vim/plugins "$(IMAGE)"
9
-test: TEMPDIR=$(shell mktemp -d)
10
+test: TEMPDIR:=$(shell mktemp -d)
11
test: test-setup
12
docker build -f Dockerfile.tests -t "$(IMAGE)" .
13
set -ex; \
0 commit comments