[Pkg-javascript-commits] [node-isarray] 04/09: Enable tests now that node-tape is available

Ross Gammon ross-guest at moszumanska.debian.org
Tue Aug 15 04:33:55 UTC 2017


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

ross-guest pushed a commit to branch master
in repository node-isarray.

commit 3b726fac0b494825985c4eded857dd9f8eed467f
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Mon Aug 14 21:23:14 2017 +0200

    Enable tests now that node-tape is available
---
 debian/control | 3 ++-
 debian/rules   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index dd4c58e..22a83cc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Section: web
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-buildinfo,
-               nodejs
+               nodejs,
+               node-tape
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/node-isarray.git
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-isarray.git
diff --git a/debian/rules b/debian/rules
index cc8b82f..dfe1a02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 	dh $@
 
 override_dh_auto_build:
-	echo 'Skipping Makefile as test target requires node-tape'
+	echo 'Avoid Makefile as it just tries to run the tape test anyway'
 
 override_dh_auto_test:
-	echo 'Skipping Makefile as test target requires node-tape'
+	tape test.js

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



More information about the Pkg-javascript-commits mailing list