[Pkg-javascript-commits] [node-collection-visit] 01/02: Fix test

Sruthi Chandran srud-guest at moszumanska.debian.org
Mon Oct 31 09:53:01 UTC 2016


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

srud-guest pushed a commit to branch master
in repository node-collection-visit.

commit f7156cd799c2080f48a865bb41b2d999e52cc894
Author: Sruthi <srud at disroot.org>
Date:   Mon Oct 31 15:03:53 2016 +0530

    Fix test
---
 debian/control       | 1 +
 debian/rules         | 2 +-
 debian/tests/control | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 78d805b..80aac36 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends:
  , dh-buildinfo
  , nodejs
  , mocha
+ , node-should
  , node-object-visit (>= 0.3.4)
  , node-lazy-cache (>= 2.0.1)
  , node-map-visit (>= 0.1.5)
diff --git a/debian/rules b/debian/rules
index d1b1f99..9eb6b18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,6 @@
 #override_dh_auto_build:
 
 override_dh_auto_test:
-	mocha
+	mocha -R spec
 
 
diff --git a/debian/tests/control b/debian/tests/control
index 89cac64..0c5de49 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: require
 Depends: node-collection-visit
 
-Test-Command: mocha
+Test-Command: mocha -R spec
 Depends: @, @builddeps@

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



More information about the Pkg-javascript-commits mailing list