[Pkg-javascript-commits] [node-tap] 40/186: Fix timeout in test

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 111341291fe33a64a657d24de29027ee20bfff50
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Wed Sep 27 13:56:19 2017 +0200

    Fix timeout in test
---
 debian/changelog |  8 ++++++++
 debian/control   | 10 ++++++----
 debian/rules     |  2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 665a1db..4bc680f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-tap (10.7.2+ds1-4) unstable; urgency=medium
+
+  * Bug fix: "node-tap FTBFS: test failures", thanks to Adrian Bunk
+    (Closes: #876938). Avoid timeout test
+  * coverall is recommanded
+
+ -- Bastien Roucariès <rouca at debian.org>  Wed, 27 Sep 2017 13:53:16 +0200
+
 node-tap (10.7.2+ds1-3) unstable; urgency=medium
 
   * Fix autopkgtest by not using timeout
diff --git a/debian/control b/debian/control
index d10dedd..cf30ef3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: node-tap
-Section: web
+Section: javascript
 Priority: extra
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Jérémy Lal <kapouer at melix.org>,
@@ -26,6 +26,7 @@ Build-Depends:
  , node-which (>= 1.1.1) <!nocheck> <!nodoc>
  , node-rimraf (>= 2.5.4) <!nocheck> <!nodoc>
  , node-assert (>= 1.0) <!nocheck> <!nodoc>
+ , node-coveralls (>= 2.11.2) <!nocheck> <!nodoc>
 Standards-Version: 4.1.0
 Homepage: https://github.com/isaacs/node-tap
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-tap.git
@@ -49,9 +50,10 @@ Depends:
  , node-tap-mocha-reporter (>= 3.0.6)
  , node-tap-parser (>= 5.3.1)
  , node-tmatch (>= 3.0.0)
-Suggests:
+Recommends:
  node-coveralls (>= 2.11.2)
- , node-nyc (>= 7.1)
+Suggests:
+ node-nyc (>= 7.1)
  , node-opener (>= 1.4.1)
 Description: Test-Anything-Protocol module for Node.js
  Utilities for writing test harnesses complying with TAP output format.
@@ -60,7 +62,7 @@ Description: Test-Anything-Protocol module for Node.js
  implemented in many popular languages.
  .
  This package includes leaf package node-bind-obj-methods,
- node-fs-exists-cached, node-function-loop, node-own-or, node-own-env,
+ node-fs-exists-cached, node-function-loop, node-own-or, node-own-or-env,
  node-trivial-deferred, node-tsame, node-yapool
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/rules b/debian/rules
index 7e4b447..afccf10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ override_dh_auto_test: node_modules
 	cd module-trivial-deferred && $(TAP) test.js
 	cd module-yapool && $(TAP) test.js
 	cd module-tsame && $(TAP) test
-	$(TAP) test/*.js
+	TRAVIS=1 $(TAP) test/*.js
 else
 override_dh_auto_test:
 	@echo '**********************************************************'

-- 
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