gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10494: Export TZ to GMT-1 while run


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10494: Export TZ to GMT-1 while running the SharedObjectTestRunner, as that's the timezone the sol file was produced in, and interpretation of it is assumed from -- TODO: better handle predictibility, further inspect TZ effects on encoding
Date: Tue, 30 Dec 2008 20:17:41 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10494
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Tue 2008-12-30 20:17:41 +0100
message:
  Export TZ to GMT-1 while running the SharedObjectTestRunner, as that's the 
timezone the sol file was produced in, and interpretation of it is assumed from 
-- TODO: better handle predictibility, further inspect TZ effects on encoding
modified:
  testsuite/misc-ming.all/SharedObjectTestRunner.sh
=== modified file 'testsuite/misc-ming.all/SharedObjectTestRunner.sh'
--- a/testsuite/misc-ming.all/SharedObjectTestRunner.sh 2008-12-30 19:08:52 
+0000
+++ b/testsuite/misc-ming.all/SharedObjectTestRunner.sh 2008-12-30 19:17:41 
+0000
@@ -62,6 +62,7 @@
 sleep 1
 
 export GNASHRC=${TOP_BUILDDIR}/testsuite/gnashrc
+export TZ=GMT-1
 
 #####################################################
 ##


reply via email to

[Prev in Thread] Current Thread [Next in Thread]