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

Sruthi Chandran srud-guest at moszumanska.debian.org
Mon Oct 31 09:57:40 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-map-visit.

commit 4726a9d1b41b331222475909b4d362c74f6eeb31
Author: Sruthi <srud at disroot.org>
Date:   Mon Oct 31 15:01:17 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 e1ca617..a618798 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)
 Standards-Version: 3.9.8
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 b05109a..468fee4 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: require
 Depends: node-map-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-map-visit.git



More information about the Pkg-javascript-commits mailing list