[Pkg-javascript-commits] [node-dateformat] 01/02: Fixed FTBFS (Closes: #861592)

Marcelo Jorge Vieira metal at moszumanska.debian.org
Sun May 7 15:53:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

metal pushed a commit to branch master
in repository node-dateformat.

commit 9bdbe26b8e98d29a9112a75dcb8a059710cc2e0f
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Sun May 7 12:39:45 2017 -0300

    Fixed FTBFS (Closes: #861592)
    
    AssertionError: '1:19:44 PM GMT' === '1:19:44 PM UTC'
    
    Thanks Florian Vessaz
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index eec4326..7dd5755 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
 
 
 override_dh_auto_test:
-	mocha -R spec
+	TZ=Etc/UTC mocha -R spec

-- 
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