[Pkg-javascript-commits] [node-glob] 02/02: Fix testsuite
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 448d2f93e11dc1b5c23b3cd93b30927fe83cdc84
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sun Aug 20 15:57:38 2017 +0200
Fix testsuite
---
debian/changelog | 7 +++++++
debian/tests/require | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 19c508d..6169603 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-glob (7.1.2-4) unstable; urgency=medium
+
+ * Team upload
+ * Fix require testsuite
+
+ -- Bastien Roucariès <rouca at debian.org> Sun, 20 Aug 2017 15:57:20 +0200
+
node-glob (7.1.2-3) unstable; urgency=medium
* Team upload
diff --git a/debian/tests/require b/debian/tests/require
index 60f87e8..935eebe 100644
--- a/debian/tests/require
+++ b/debian/tests/require
@@ -1,3 +1,3 @@
#!/bin/sh
set -e
-nodejs -e "require('pako');"
+nodejs -e "require('glob');"
--
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