Codebase list jekyll / 7474d7f
debian/ruby-tests.rake: always run tests under TZ=UTC Closes: #1034450 Antonio Terceiro 1 year, 12 days ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
77 test/test_win_tz.rb
88 ]
99
10 ENV["TZ"] = "UTC"
11
1012 Gem2Deb::Rake::TestTask.new(:test) do |t|
1113 t.libs << 'lib' << 'test'
1214 if ENV['AUTOPKGTEST_TEST_NEW_COMMAND']