[Pkg-javascript-commits] [node-fined] 01/01: Disable build-time tests since in an sbuild chroot HOME is set to /sbuild-nonexistent
Paolo Greppi
paolog-guest at moszumanska.debian.org
Tue Dec 20 06:03:51 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-fined.
commit b0740d25a30ac33760892e8fdb1eda2859b630bc
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Tue Dec 20 06:00:38 2016 +0000
Disable build-time tests since in an sbuild chroot HOME is set to /sbuild-nonexistent
---
debian/changelog | 7 +++++++
debian/rules | 3 +--
debian/tests/control | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aed7049..1b8399f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-fined (1.0.2-2) unstable; urgency=medium
+
+ * Disable build-time tests since in an sbuild chroot HOME is set to
+ /sbuild-nonexistent
+
+ -- Paolo Greppi <paolo.greppi at libpf.com> Tue, 20 Dec 2016 06:00:17 +0000
+
node-fined (1.0.2-1) unstable; urgency=low
* Initial release (Closes: #847913)
diff --git a/debian/rules b/debian/rules
index d2506aa..b5ef95d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,7 @@
#override_dh_auto_build:
-override_dh_auto_test:
- mocha --async-only
+#override_dh_auto_test:
override_dh_clean:
dh_clean
diff --git a/debian/tests/control b/debian/tests/control
index 37195c9..802af02 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: require
Depends: node-fined
-Test-Command: mocha --async-only
+Test-Command: mocha --async-only -R spec
Depends: @, @builddeps@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fined.git
More information about the Pkg-javascript-commits
mailing list