[Pkg-javascript-commits] [node-bluebird] 06/15: Disable testsuite for now, need node-acorn in Debian

Ross Gammon ross-guest at moszumanska.debian.org
Sun Dec 11 20:51:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository node-bluebird.

commit 8d51710b4dfda3fe850ffb04c363e848c9cb70db
Author: Ross Gammon <rosco2 at ubuntu.com>
Date:   Sat Dec 3 16:14:00 2016 +0100

    Disable testsuite for now, need node-acorn in Debian
---
 debian/rules | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 858ee36..4adb1d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,10 @@ override_dh_installchangelogs:
 	dh_installchangelogs changelog.md
 
 override_dh_auto_test:
-	nodejs tools/test.js
+	# Tests disabled for now until node-acorn is available in Debian
+	# Move bluebird node_module temporarily into place for testsuite
+	# For some reason, bluebird depends on itself. Lots of relative
+	# paths makes this difficult to fix.
+	#mv -f $(CURDIR)/debian/node_modules $(CURDIR)
+	#nodejs tools/test --no-js-hint
+	#rm -rf $(CURDIR)/node_modules

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-bluebird.git



More information about the Pkg-javascript-commits mailing list