[Pkg-javascript-commits] [node-glob] 04/07: Run testsuite

Bastien Roucariès rouca at moszumanska.debian.org
Sun Aug 13 21:26:42 UTC 2017


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

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

commit 5bdb9b6c3a4e7b5cd7f98f699417e8489609bd2e
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Sun Aug 13 23:08:20 2017 +0200

    Run testsuite
---
 debian/rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 218df65..a391ee9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,12 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	tap 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-glob.git



More information about the Pkg-javascript-commits mailing list