[Pkg-javascript-commits] [node-foreground-child] 01/01: Fix autopkgtest
Bastien Roucariès
rouca at moszumanska.debian.org
Sat Sep 2 12:50:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-foreground-child.
commit acf3011b66863223cf1a60b489a5f2fd440636a5
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sat Sep 2 14:29:44 2017 +0200
Fix autopkgtest
---
debian/changelog | 7 +++++++
debian/tests/runtestsuite | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index e7740ff..39810b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-foreground-child (1.5.6-4) unstable; urgency=medium
+
+ * Remove dump from testsuite. Use jsonstream. Fix
+ autopkgtest
+
+ -- Bastien Roucariès <rouca at debian.org> Sat, 02 Sep 2017 14:28:42 +0200
+
node-foreground-child (1.5.6-3) unstable; urgency=medium
* Increase delay in test hopefully fixing FTBFS: "test failures",
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index b155e18..9459115 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -13,4 +13,4 @@ find test/ -name '*.js' -print0 | \
sh -c 'set -e; echo "Create: $3"; sed -E "$1" < "$3" > "$2/$3"' sedtape "$SEDCMD" "$tmpdir"
cd $tmpdir
-tap -R dump test/*.js
+tap -R jsonstream test/*.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-foreground-child.git
More information about the Pkg-javascript-commits
mailing list