[Pkg-javascript-commits] [node-dateformat] 01/02: use TZ=UTC for tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Jun 20 11:11:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-dateformat.
commit 72aafbb33d501991d06894e6c9dfa9b30aeb90e6
Author: Pirate Praveen <praveen at debian.org>
Date: Tue Jun 20 16:24:18 2017 +0530
use TZ=UTC for tests
---
debian/rules | 2 +-
debian/tests/control | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 7dd5755..1932bd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
override_dh_auto_test:
- TZ=Etc/UTC mocha -R spec
+ TZ=UTC mocha -R spec
diff --git a/debian/tests/control b/debian/tests/control
index 0d01257..7e0a318 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: require
Depends: node-dateformat
-Test-Command: mocha -R spec
+Test-Command: TZ=UTC mocha -R spec
Depends: @, @builddeps@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-dateformat.git
More information about the Pkg-javascript-commits
mailing list