[Pkg-javascript-commits] [node-glob] 01/02: Fix autopkgtest
Bastien Roucariès
rouca at moszumanska.debian.org
Tue Aug 22 20:12: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-glob.
commit 74c74eec04e2334859b363a0a0d91d5105dd3260
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sat Aug 19 23:23:20 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 a971843..19c508d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-glob (7.1.2-3) unstable; urgency=medium
+
+ * Team upload
+ * Supply TEST_REGEN=1 environment variable to fix autopkg test
+
+ -- Bastien Roucariès <rouca at debian.org> Sat, 19 Aug 2017 23:22:46 +0200
+
node-glob (7.1.2-2) unstable; urgency=medium
* Team upload
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index 49ad78c..957c72e 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -11,4 +11,4 @@ cp -r test/ $tmpdir/test
find test/ -name '*.js' -print0 | \
xargs -0 -n1 \
sh -c 'set -e; echo "Create: $3"; sed -E "$1" < "$3" > "$2/$3"' sedtape "$SEDCMD" "$tmpdir"
-tap $tmpdir/test/*.js
+TEST_REGEN=1 tap $tmpdir/test/*.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-glob.git
More information about the Pkg-javascript-commits
mailing list