[Pkg-javascript-commits] [node-coveralls] 44/332: made self-build NOT verbose.

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:53:38 UTC 2017


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

rouca pushed a commit to branch master
in repository node-coveralls.

commit 844e98851eb0847c49c351652205a92951ded191
Author: cainus <gregg at caines.ca>
Date:   Sun Jun 2 21:11:48 2013 -0700

    made self-build NOT verbose.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9b4a1f4..15afcf9 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ test-cov:	lib-cov
 test-coveralls:lib-cov
 	$(MAKE) test REPORTER=spec
 	echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
-	@COVERALLS_COVERAGE=1 $(MAKE) test REPORTER=mocha-lcov-reporter | ./bin/coveralls.js --verbose
+	@COVERALLS_COVERAGE=1 $(MAKE) test REPORTER=mocha-lcov-reporter | ./bin/coveralls.js
 	rm -rf lib-cov
 
 .PHONY: test

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



More information about the Pkg-javascript-commits mailing list