[Pkg-javascript-commits] [node-shell-quote] 126/137: Run examples as smoke test

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 19:19:45 UTC 2017


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

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

commit b50eb2b84b4388f339773b6d169f59747af335a8
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Mon Aug 21 14:20:03 2017 +0200

    Run examples as smoke test
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 5a49e79..12ae395 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
+	find example -name '*.js' -exec node {} \;
 	tape test/*.js
 else
 	@echo '**********************************************************'

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



More information about the Pkg-javascript-commits mailing list