[Pkg-javascript-commits] [node-tap] 39/186: Fix autopjkgtest (hopefully)
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 16:40:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-tap.
commit 16a4904a505e9f6e543d2441cde4e19717dfaffc
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Sep 18 11:15:48 2017 +0200
Fix autopjkgtest (hopefully)
---
debian/changelog | 6 ++++++
debian/tests/runtestsuite-tap | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 336da53..665a1db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-tap (10.7.2+ds1-3) unstable; urgency=medium
+
+ * Fix autopkgtest by not using timeout
+
+ -- Bastien Roucariès <rouca at debian.org> Mon, 18 Sep 2017 11:15:40 +0200
+
node-tap (10.7.2+ds1-2) unstable; urgency=medium
* Fix autopkgtest
diff --git a/debian/tests/runtestsuite-tap b/debian/tests/runtestsuite-tap
index 5f9d31d..78bfe9b 100755
--- a/debian/tests/runtestsuite-tap
+++ b/debian/tests/runtestsuite-tap
@@ -13,4 +13,5 @@ cd $tmpdir
ln -s /usr/lib/nodejs/tap/bin bin
ln -s /usr/lib/nodejs/tap/lib lib
ln -s /usr/lib/nodejs/tap/package.json package.json
-tap -R spec test/*.js
\ No newline at end of file
+# emulate travis for avoiding timeout
+TRAVIS=1 tap -R spec test/*.js
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git
More information about the Pkg-javascript-commits
mailing list