[neovim] 01/01: Only run tests for "arch" builds

James McCoy jamessan at debian.org
Sun Oct 9 01:04:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository neovim.

commit 55474cd9b9f39eb0f27f388eb464e0f34175a455
Author: James McCoy <jamessan at debian.org>
Date:   Sat Oct 8 21:04:15 2016 -0400

    Only run tests for "arch" builds
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dd83e21..699857b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+neovim (0.1.5-7) UNRELEASED; urgency=medium
+
+  * Only run tests for "arch" builds.
+
+ -- James McCoy <jamessan at debian.org>  Sat, 08 Oct 2016 21:03:06 -0400
+
 neovim (0.1.5-6) unstable; urgency=medium
 
   * Fix test failures by setting id/gid properly in the passwd/group files
diff --git a/debian/rules b/debian/rules
index 3d4f312..bf41792 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,5 +41,5 @@ debian/passwd:
 debian/fakehome:
 	mkdir -p debian/fakehome
 
-override_dh_auto_test: debian/passwd debian/fakehome
+override_dh_auto_test-arch: debian/passwd debian/fakehome
 	env "HOME=$(CURDIR)/debian/fakehome" LD_PRELOAD=libnss_wrapper.so "NSS_WRAPPER_PASSWD=$(CURDIR)/debian/passwd" "NSS_WRAPPER_GROUP=$(CURDIR)/debian/group" make $(UNITTEST) $(FUNCTIONALTEST) oldtest VERBOSE=1 USE_BUNDLED_DEPS=OFF

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/neovim.git



More information about the pkg-vim-maintainers mailing list