[Pkg-javascript-commits] [node-nan] 02/02: Fix autopkgtest

Bastien Roucariès rouca at moszumanska.debian.org
Mon Sep 18 09:27:44 UTC 2017


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

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

commit c33e9552cd17f82ef6a17e09b453f6a278eda2c0
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Fri Sep 8 12:31:28 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 a614c04..fc65002 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-nan (2.7.0-3) unstable; urgency=medium
+
+  * Team upload
+  * send some autopkgtest stderr to stdout. Fixing it.
+
+ -- Bastien Roucariès <rouca at debian.org>  Fri, 08 Sep 2017 12:31:20 +0200
+
 node-nan (2.7.0-2) unstable; urgency=medium
 
   * Fix autopkgtest depends
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index 99fafc0..78b3f32 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -24,7 +24,7 @@ exec 5>&-
 test "X$error_gyp" = "X0"
 exec 5>&1
 exec 3>&1
-error_tap=$( ( (tap -R spec --gc test/js/*-test.js 2>&1 >&3 3>&- ; echo $? >&4)  | sed_move_to_stderr 'index:' 2>&1 >&3 3>&- ) 4>&1 >&5)
+error_tap=$( ( (tap -R xunit --gc test/js/*-test.js 2>&1 >&3 3>&- ; echo $? >&4)  | sed_move_to_stderr 'index:' 2>&1 >&3 3>&- ) 4>&1 >&5)
 exec 3>&-
 exec 5>&-
 test "X$error_tap" = "X0"

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



More information about the Pkg-javascript-commits mailing list