[Pkg-javascript-commits] [node-proper-lockfile] 06/06: use mocha spec reporter

Paolo Greppi paolog-guest at moszumanska.debian.org
Mon Dec 12 09:02:59 UTC 2016


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

paolog-guest pushed a commit to branch master
in repository node-proper-lockfile.

commit fcd90080b70072935b5b91fe330b5c5c15ffa0ca
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Mon Dec 12 08:59:50 2016 +0000

    use mocha spec reporter
---
 debian/rules         | 2 +-
 debian/tests/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index a821d01..98e2e8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,5 +10,5 @@
 #override_dh_auto_build:
 
 override_dh_auto_test:
-	mocha
+	mocha -R spec
 
diff --git a/debian/tests/control b/debian/tests/control
index 976241a..6ef603d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: require
 Depends: node-proper-lockfile
 
-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-proper-lockfile.git



More information about the Pkg-javascript-commits mailing list