[vim] 122/139: patch 7.4.1805 Problem: Running tests in shadow dir fails. Solution: Link the samples directory
James McCoy
jamessan at debian.org
Fri May 6 04:00:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
jamessan pushed a commit to branch debian/sid
in repository vim.
commit 4cc39a527fecc96ad6639f10c9389c66af828cf1
Author: Bram Moolenaar <Bram at vim.org>
Date: Sat Apr 30 15:08:27 2016 +0200
patch 7.4.1805
Problem: Running tests in shadow dir fails.
Solution: Link the samples directory
---
src/Makefile | 1 +
src/version.c | 2 ++
2 files changed, 3 insertions(+)
diff --git a/src/Makefile b/src/Makefile
index 19b147c..b3b8daf 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2608,6 +2608,7 @@ shadow: runtime pixmaps
../../testdir/*.py \
../../testdir/python* \
../../testdir/sautest \
+ ../../testdir/samples \
../../testdir/test83-tags? \
../../testdir/*.ok .
diff --git a/src/version.c b/src/version.c
index e891af9..86f38e6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1805,
+/**/
1804,
/**/
1803,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git
More information about the pkg-vim-maintainers
mailing list