[Pkg-javascript-commits] [node-sqlite3] 09/10: Run self-tests without failing on it
László Böszörményi
gcs at moszumanska.debian.org
Sun Apr 24 08:52:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
gcs pushed a commit to branch master
in repository node-sqlite3.
commit cc7ad4139bc6fa10af1a1506ed6879a51b6cb049
Author: Laszlo Boszormenyi (GCS) <gcs at debian.org>
Date: Sun Apr 24 08:47:18 2016 +0000
Run self-tests without failing on it
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index cd07af8..bf24111 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ node-sqlite3 (3.1.3+ds1-1) unstable; urgency=low
* New upstream release (closes: #805073, #802349).
* Update build dependencies.
* Update packaging.
+ * Run self-tests, but ignore the result for now.
-- Laszlo Boszormenyi (GCS) <gcs at debian.org> Sat, 23 Apr 2016 13:31:25 +0000
diff --git a/debian/rules b/debian/rules
index aec0a7f..0ef45f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_auto_build:
node-pre-gyp build
override_dh_auto_test:
+ dh_auto_test || true
override_dh_fixperms:
dh_fixperms
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-sqlite3.git
More information about the Pkg-javascript-commits
mailing list