aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-08-16 00:20:37 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-08-16 00:20:37 +0200
commitbb70eec17782501db35683f48136fcced9eae259 (patch)
tree2c0185c522e0c32f6a553098dc706a9ac26cb8be /src/nvim/testdir/Makefile
parentab72063a52248cc5c173424d82cfee001a40e93c (diff)
parent19a28352a925b0a8502d57ec4f42b1412639aa6c (diff)
downloadrneovim-bb70eec17782501db35683f48136fcced9eae259.tar.gz
rneovim-bb70eec17782501db35683f48136fcced9eae259.tar.bz2
rneovim-bb70eec17782501db35683f48136fcced9eae259.zip
Merge #6364 'command-line color hook'
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 7f1e25900b..96de7224c5 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -207,7 +207,7 @@ nolog:
# New style of tests uses Vim script with assert calls. These are easier
# to write and a lot easier to read and debug.
# Limitation: Only works with the +eval feature.
-RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(NVIM_PRG) -u unix.vim -U NONE --headless --noplugin
+RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(TOOL) $(NVIM_PRG) -u unix.vim -U NONE --headless --noplugin
newtests: newtestssilent
@/bin/sh -c "if test -f messages && grep -q 'FAILED' messages; then \