[Pkg-javascript-commits] [node-css] 16/17: fix dh_auto_tests command
Leo Iannacone
l3on-guest at moszumanska.debian.org
Sun Oct 12 12:15:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
l3on-guest pushed a commit to branch master
in repository node-css.
commit dee568c754ccebb430fd3014dd378a28a900a36e
Author: Leo Iannacone <l3on at ubuntu.com>
Date: Sun Oct 12 14:00:58 2014 +0200
fix dh_auto_tests command
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 25e52f0..f361a7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,10 @@
override_dh_auto_build:
override_dh_auto_test:
- cd node_modules/atob ; nodejs tests.js
+ cd node_modules/atob ; nodejs test.js
cd node_modules/source-map-url ; mocha -C
cd node_modules/urix ; mocha -C
- mocha --require should --reporter spec --bail test/*.js
+ mocha -C --require should --reporter spec --bail test/*.js
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-css.git
More information about the Pkg-javascript-commits
mailing list