Skip to content

Commit 81e38d4

Browse files
committed
example/Makefile: use -ti with docker-run
1 parent e308e09 commit 81e38d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WRITABLE_HOME:=$(shell tmpdir=$$(mktemp -d --dry-run); \
77
cd $(CURDIR)/test; \
88
cp -a vimrc *.vader $${tmpdir}/; \
99
echo $${tmpdir})
10-
DOCKER = docker run -a stderr --rm \
10+
DOCKER = docker run -ti --rm \
1111
-v $(CURDIR):/testplugin \
1212
-v $(WRITABLE_HOME):/home/vimtest \
1313
-v $(CURDIR)/$(PLUGINS):/home/vimtest/plugins "$(IMAGE)"

0 commit comments

Comments
 (0)