[Pkg-javascript-commits] [node-strip-json-comments] 10/11: Disable tests since nodejs doesn't know about the import keyword
    Julien Puydt 
    julien.puydt at laposte.net
       
    Sat May 14 07:12:01 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-strip-json-comments.
commit 29571c210510ce9e121b4cd145ca25d55e114f4e
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat May 14 09:05:29 2016 +0200
    Disable tests since nodejs doesn't know about the import keyword
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index ea2d842..44ba1aa 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: extra
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Julien Puydt <julien.puydt at laposte.net>
-Build-Depends: debhelper (>= 9), dh-buildinfo, mocha, nodejs
+Build-Depends: debhelper (>= 9), dh-buildinfo, nodejs
 Standards-Version: 3.9.8
 Homepage: https://github.com/sindresorhus/strip-json-comments
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-strip-json-comments.git
diff --git a/debian/rules b/debian/rules
index a50acba..ca6db94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@
 	dh $@
 
 override_dh_auto_test:
-	mocha --ui tdd test.js
+#	mocha --ui tdd test.js
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-strip-json-comments.git
    
    
More information about the Pkg-javascript-commits
mailing list