[Pkg-javascript-commits] [node-diffie-hellman] 01/01: Fix testsuite

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 11 13:56:46 UTC 2017


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

rouca pushed a commit to branch master
in repository node-diffie-hellman.

commit b846397410dbcbc7286627b15db9f01bbaad012f
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu May 11 15:34:43 2017 +0200

    Fix testsuite
---
 debian/changelog | 6 ++++++
 debian/rules     | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f3bdd1a..2f51703 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-diffie-hellman (5.0.2-2) unstable; urgency=medium
+
+  * Fix testsuite for nocheck build profile.
+
+ -- Bastien Roucariès <rouca at debian.org>  Thu, 11 May 2017 15:34:34 +0200
+
 node-diffie-hellman (5.0.2-1) unstable; urgency=low
 
   * Initial release (Closes: #860771)
diff --git a/debian/rules b/debian/rules
index 63d39f8..7d42337 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,10 @@
 #override_dh_auto_build:
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	tape test.js
+else
+	@echo '**********************************************************'
+	@echo 'Skip test suite                                           '
+	@echo '**********************************************************'
+endif

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



More information about the Pkg-javascript-commits mailing list