[Pkg-javascript-commits] [node-rimraf] 06/15: Testsuite: run tests, update control field
Jérémy Lal
kapouer at moszumanska.debian.org
Thu Nov 24 08:43:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-rimraf.
commit 68e1af46358eb690e3e65a7c1572adf4374df2d9
Author: Jérémy Lal <kapouer at melix.org>
Date: Thu Nov 24 09:23:02 2016 +0100
Testsuite: run tests, update control field
---
debian/control | 2 +-
debian/rules | 2 --
debian/tests/control | 4 ++--
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 018401e..352b916 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Standards-Version: 3.9.8
Homepage: https://github.com/isaacs/rimraf
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-rimraf.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-rimraf.git
-XS-Testsuite: autopkgtest
+Testsuite: autopkgtest
Package: node-rimraf
Architecture: all
diff --git a/debian/rules b/debian/rules
index 6de24da..0c06312 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,3 @@
%:
dh $@
-override_dh_auto_test:
- (cd test && bash run.sh)
diff --git a/debian/tests/control b/debian/tests/control
index 3d310e4..155f7e4 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
-Test-Command: nodejs -e "require('"'"'rimraf'"'"');"
-Depends: @
+Test-Command: tap test/*.js
+Depends: @, node-tap
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-rimraf.git
More information about the Pkg-javascript-commits
mailing list