[Groonga-commit] groonga/groonga [master] test: always use Asia/Tokyo timezone for time literal in string

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed Feb 6 13:05:20 JST 2013


Kouhei Sutou	2013-02-06 13:05:20 +0900 (Wed, 06 Feb 2013)

  New Revision: 2e1eac809fa9fb9b9f2c77f6400e76e5afad24c7
  https://github.com/groonga/groonga/commit/2e1eac809fa9fb9b9f2c77f6400e76e5afad24c7

  Log:
    test: always use Asia/Tokyo timezone for time literal in string
    
    "2013-02-06 13:05:07" is not timezone aware time literal.

  Modified files:
    test/command/run-test.sh

  Modified: test/command/run-test.sh (+2 -0)
===================================================================
--- test/command/run-test.sh    2013-02-06 11:47:55 +0900 (48b1497)
+++ test/command/run-test.sh    2013-02-06 13:05:20 +0900 (002cf7d)
@@ -134,6 +134,8 @@ if test -e $tmpfs; then
     ln -s $tmpfs "tmp"
 fi
 
+export TZ=Asia/Tokyo
+
 $RUBY \
     -I "$grntest_dir/lib" \
     -I "$groonga_command_dir/lib" \
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index