[Pkg-javascript-commits] [node-blob] 02/02: enable autopkgtests

Paolo Greppi paolog-guest at moszumanska.debian.org
Thu Dec 15 14:35:32 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-blob.

commit bd67ada06f64197b0e51ace571bca8caef237bc0
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Thu Dec 15 14:35:00 2016 +0000

    enable autopkgtests
---
 debian/rules         | 2 +-
 debian/tests/control | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 960eb63..1d7b54f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,5 @@ override_dh_auto_build:
 	# Skip upstream Makefile
 
 override_dh_auto_test:
-	mocha test/*.js
+	mocha -R spec test/*.js
 
diff --git a/debian/tests/control b/debian/tests/control
index 12b8f99..793cbf3 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
 Tests: require
 Depends: node-blob
+
+Test-Command: mocha -R spec test/*.js
+Depends: @, @builddeps@

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



More information about the Pkg-javascript-commits mailing list