[Pkg-javascript-commits] [node-fn-name] 03/03: add -R spec option
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Jan 31 14:31:56 UTC 2018
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-fn-name.
commit 8bd22f567c376795ad0a4bcc70d37c1c43c70043
Author: Pirate Praveen <praveen at debian.org>
Date: Wed Jan 31 19:52:48 2018 +0530
add -R spec option
---
debian/rules | 2 +-
debian/tests/control | 2 +-
2 files changed, 2 insertions(+), 2 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 9ade295..ac2cc77 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: require
Depends: node-fn-name
-Test-Command: mocha
+Test-Command: mocha -R spec
Depends: @, mocha
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fn-name.git
More information about the Pkg-javascript-commits
mailing list