[Pkg-javascript-commits] [node-string-decoder] 05/06: Detect stderr
Bastien Roucariès
rouca at moszumanska.debian.org
Mon May 15 15:05:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-string-decoder.
commit db7c039d6bca82c1f21762f8ae7930f2f3a667c0
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon May 15 16:55:40 2017 +0200
Detect stderr
---
debian/tests/runtestsuite | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index 4348e48..0c59f6b 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -11,4 +11,5 @@ cp -r test $tmpdir/
find test -name '*.js' -print0 |
xargs -0 -n1 \
sh -c 'set -e; echo "TESTING: $3"; sed -e "$1" < "$3" > "$2/$3"' sedtape "$SEDCMD" "$tmpdir"
-nodejs $tmpdir/test/parallel/*.js
+nodejs $tmpdir/test/parallel/*.js 2> $tmpdir/err
+cat $tmpdir/err | grep -v '^#'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-string-decoder.git
More information about the Pkg-javascript-commits
mailing list