[Pkg-javascript-commits] [node-parents] 01/01: Fix autopkgtest suite

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 19:17:17 UTC 2017


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

rouca pushed a commit to tag debian-1.0.1-3
in repository node-parents.

commit b4b77b9ade6d1a21c062f4be89a5921a837a011e
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Sun Aug 20 23:18:45 2017 +0200

    Fix autopkgtest suite
---
 debian/changelog          | 6 ++++++
 debian/tests/control      | 2 +-
 debian/tests/runtestsuite | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bbf03dd..5b7b5a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-parents (1.0.1-3) unstable; urgency=medium
+
+  * Use tap instead of tape for testing.
+
+ -- Bastien Roucariès <rouca at debian.org>  Sun, 20 Aug 2017 23:18:31 +0200
+
 node-parents (1.0.1-2) unstable; urgency=medium
 
   * Fix example
diff --git a/debian/tests/control b/debian/tests/control
index 3ebd92b..e104c0e 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,4 +2,4 @@ Tests: require
 Depends: node-parents
 
 Tests: runtestsuite
-Depends: node-parents, node-tape (>= 0.2.5)
+Depends: node-parents, node-tap (>= 0.2.5)
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index 016ec7f..2f88351 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -12,4 +12,4 @@ find test/ -name '*.js' -print0 | \
     xargs -0 -n1  \
 	  sh -c 'set -e; echo "Create: $3"; sed -E "$1" < "$3" > "$2/$3"' sedtape "$SEDCMD" "$tmpdir"
 # avoid false that does not work outside build dir
-tape $tmpdir/test/*.js
+tap $tmpdir/test/*.js

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



More information about the Pkg-javascript-commits mailing list