set LC_ALL=C on MacOS in Rakefile
This commit is contained in:
parent
2709324d8d
commit
0683c9eb32
2
Rakefile
2
Rakefile
@ -1,5 +1,7 @@
|
||||
# -*- ruby -*-
|
||||
|
||||
ENV["LC_ALL"] = "C" if RUBY_PLATFORM =~ /darwin/
|
||||
|
||||
desc "run regression tests"
|
||||
task "test" do
|
||||
sh "ruby -w run-regression.rb"
|
||||
|
Loading…
x
Reference in New Issue
Block a user