[Pkg-javascript-commits] [node-cheerio] 04/04: skip upstream Makefile and enable tests

Paolo Greppi paolog-guest at moszumanska.debian.org
Wed Dec 21 11:51:27 UTC 2016


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

paolog-guest pushed a commit to branch master
in repository node-cheerio.

commit 236a66c2dde0596e0a06715c19d991c28400e336
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Fri Dec 16 09:28:49 2016 +0000

    skip upstream Makefile and enable tests
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b77c631..0bd21b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,11 @@
 %:
 	dh $@
 
-#override_dh_auto_build:
+# skip upstream Makefile
+override_dh_auto_build:
 
-#override_dh_auto_test:
+override_dh_auto_test:
+	mocha --recursive -R spec
 
 override_dh_installchangelogs:
 	dh_installchangelogs -k History.md

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



More information about the Pkg-javascript-commits mailing list