[Pkg-javascript-commits] [node-is-descriptor] 03/06: use -R spec for mocha

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jan 11 17:05:41 UTC 2018


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

praveen pushed a commit to branch master
in repository node-is-descriptor.

commit 42fa6e0516ed07b34a368de9111e16d11f65ffd4
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Jan 11 22:04:15 2018 +0530

    use -R spec for mocha
---
 debian/rules         | 2 +-
 debian/tests/control | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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 d88e39a..f2de440 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: require
 Depends: node-is-descriptor
 
-Test-Command: mocha
-Depends: @, @builddeps@
+Test-Command: mocha -R spec
+Depends: @, mocha

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



More information about the Pkg-javascript-commits mailing list