[Pkg-javascript-commits] [node-stack-utils] 58/67: Update rules
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:53:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stack-utils.
commit 3c8c912ec0d7dc0726c54774bfb26e1f12694808
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Aug 21 16:56:04 2017 +0200
Update rules
---
debian/changelog | 2 +-
debian/rules | 11 ++++++++---
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c82e39a..0975d12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-node-stack-utils (1.0.0-1) unstable; urgency=low
+node-stack-utils (1.0.1-1) unstable; urgency=low
* Initial release (Closes: #854538)
diff --git a/debian/rules b/debian/rules
index de57af0..06b8946 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,12 @@
#override_dh_auto_build:
-#override_dh_auto_test:
-
-
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
+ find test -name '*.js' -and -not -name 'long-stack-traces.js' -exec tap {} \;
+else
+ @echo '**********************************************************'
+ @echo 'Skip test suite '
+ @echo '**********************************************************'
+endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stack-utils.git
More information about the Pkg-javascript-commits
mailing list