[Pkg-javascript-commits] [node-evp-bytestokey] 02/03: Fix cli test suite

Bastien Roucariès rouca at moszumanska.debian.org
Thu Feb 22 12:27:49 UTC 2018


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

rouca pushed a commit to branch master
in repository node-evp-bytestokey.

commit 9dabdaffadd48fe31c4b357c6f7bdbb48b11d8d4
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu Feb 22 13:23:11 2018 +0100

    Fix cli test suite
---
 debian/changelog          | 1 +
 debian/docs               | 2 +-
 debian/tests/control      | 6 +++++-
 debian/tests/runtestsuite | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 02131b0..c435a97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ node-evp-bytestokey (1.0.3-3) unstable; urgency=medium
 
   * Upload to unstable.
   * Bump compat and policy (no changes)
+  * Fix cli testsuite
 
  -- Bastien Roucariès <rouca at debian.org>  Thu, 22 Feb 2018 13:18:40 +0100
 
diff --git a/debian/docs b/debian/docs
index cdb5f04..b43bf86 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1 @@
-readme.md
+README.md
diff --git a/debian/tests/control b/debian/tests/control
index e11eb05..4a4f76a 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,8 +3,12 @@ Depends: node-evp-bytestokey
 
 Tests: runtestsuite
 Depends: node-evp-bytestokey
+ , nodejs-dev (>= 8)
+ , node-md5.js (>= 1.3.4)
+ , node-safe-buffer (>= 5.1.1)
  , node-bindings (>= 1.2.1)
  , node-nan (>= 2.4.0)
- , libssl1.0-dev
+ , node-gyp
  , node-tape (>= 4.6)
+ , node-tap (>= 10)
  , build-essential
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index 3c8970c..25d6ce4 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -31,4 +31,4 @@ error_gyp=$( ( ( (node-gyp clean && node-gyp rebuild) 2>&1 >&3 3>&- ; echo $? >&
 exec 3>&-
 exec 5>&-
 test "X$error_gyp" = "X0"
-tape test/*.js
+tap -R spec test/*.js

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



More information about the Pkg-javascript-commits mailing list