[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.2.14-8-g334b903

Antonio Terceiro terceiro at debian.org
Tue Jun 5 18:40:42 UTC 2012


The following commit has been merged in the master branch:
commit 097a9c1786885d451e340c5fcdefbe8b4b21ea70
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Jun 5 15:17:39 2012 -0300

    Always run tests under the C locale
    
    Trying to simulate an environment that is close to the one we will find
    in Debian autobuilders.

diff --git a/Rakefile b/Rakefile
index d0c225b..3f6222b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,7 @@
 require 'rake/testtask'
 
+ENV['LANG'] = 'C'
+
 task :default => :test
 
 task :test => :version_check do

-- 
gem2deb.git



More information about the Pkg-ruby-extras-commits mailing list