[Pkg-javascript-commits] [node-errno] 04/04: Avoid autotest with nocheck

Bastien Roucariès rouca at moszumanska.debian.org
Thu Apr 13 10:53:40 UTC 2017


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

rouca pushed a commit to branch master
in repository node-errno.

commit 978b757c2357c17fbaee63b8a659e2a7aceef301
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu Apr 13 12:53:22 2017 +0200

    Avoid autotest with nocheck
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index a950051..6ccdc09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,12 @@
 #override_dh_auto_build:
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	nodejs ./test.js
+else
+	@echo '**********************************************************'
+	@echo 'Skip test suite                                           '
+	@echo '**********************************************************'
+endif
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-errno.git



More information about the Pkg-javascript-commits mailing list