[Pkg-javascript-commits] [ltx] 465/469: Simplify testsuite execution.
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:03:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit 4132f84b2e047f987ef1d854e89b217bccf0618c
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Aug 31 14:02:56 2016 +0200
Simplify testsuite execution.
---
debian/rules | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index fa165af..a55af2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,8 +35,7 @@ CDBS_DEPENDS_$(pkg) = $(depends)
CDBS_SUGGESTS_$(pkg) = $(deps-suggest)
CDBS_ENHANCES_$(pkg) = browserify
-# TODO: Simply do "vows --spec" when upstream issue#6 is solved
build/$(pkg)::
- $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,find test -type f -name '*.js' -not -name parse-test.js -exec vows '{}' +)
+ $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,vows --spec)
DEB_INSTALL_DOCS_$(pkg) += README.markdown
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list