[Pkg-javascript-devel] Bug#855020: node-isexe: autopkgtests always fail since 2016-11-14
Graham Inggs
ginggs at debian.org
Mon Feb 13 10:54:17 UTC 2017
Source: node-isexe
Version: 1.1.2-1
Severity: wishlist
Tags: patch
Hi Maintainer
Node-isexe has been failing its autopkgtests since 2016-11-14 [1].
This corresponds with the upload of node-tap 8.0.0-1.
Excerpt from a recent failing test log [2]:
adt-run [22:05:18]: test command1: -----------------------]
adt-run [22:05:18]: test command1: - - - - - - - - - - results - - - -
- - - - - -
command1 FAIL stderr: Code coverage is disabled because some
modules are missing
adt-run [22:05:18]: test command1: - - - - - - - - - - stderr - - - - -
- - - - -
Code coverage is disabled because some modules are missing
adt-run [22:05:19]: @@@@@@@@@@@@@@@@@@@@ summary
require PASS
command1 FAIL stderr: Code coverage is disabled because some
modules are missing
This can be worked around by allowing stderr output while running
autopkgtests, as follows:
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,3 +3,4 @@
Test-Command: tap test/*.js --branches=100 --statements=100
--functions=100 --lines=100
Depends: @, node-tap, node-rimraf
+Restrictions: allow-stderr
Regards
Graham
[1] https://ci.debian.net/packages/n/node-isexe/unstable/amd64/
[2]
https://ci.debian.net/data/packages/unstable/amd64/n/node-isexe/20170205_220424.autopkgtest.log.gz
More information about the Pkg-javascript-devel
mailing list