[Pkg-javascript-commits] [node-stream-http] 194/208: Run testsuite
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 13:39:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-http.
commit cd45db6b0b9a124d540f52822c0fdc44cee9c193
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Jun 12 16:16:25 2017 +0200
Run testsuite
---
debian/rules | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index de57af0..4e40c11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,13 @@
#override_dh_auto_build:
-#override_dh_auto_test:
-
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ tape test/node/*.js
+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-stream-http.git
More information about the Pkg-javascript-commits
mailing list