[Pkg-javascript-commits] [node-lolex] 08/12: enable tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Feb 10 19:02:56 UTC 2018
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-lolex.
commit 4e9bd3f9ec1d573a1b0ee538d6b4acee67cff7f2
Author: Pirate Praveen <praveen at debian.org>
Date: Sun Feb 11 00:08:54 2018 +0530
enable tests
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index b77c631..58c64e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,15 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export NODE_PATH=debian/node_modules
%:
dh $@
#override_dh_auto_build:
-#override_dh_auto_test:
+override_dh_auto_test:
+ mocha -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-lolex.git
More information about the Pkg-javascript-commits
mailing list