зеркало из https://github.com/github/memcached.git
Fix with_vms.
This commit is contained in:
Родитель
6875126ae9
Коммит
8438502a5e
4
Rakefile
4
Rakefile
|
@ -72,8 +72,8 @@ task :valgrind do
|
|||
end
|
||||
|
||||
def with_vms(cmd)
|
||||
["ree", "1.9", "rbx", "jruby-head"].each do |vm|
|
||||
if !system("bash -c 'cd && source .bash_profile && rvm use #{vm} && cd - && rake clean && rake #{cmd}'")
|
||||
["ree", "1.9.2", "rbx", "jruby-head"].each do |vm|
|
||||
if !system("bash -c 'cd && source .bash_profile && rvm use #{vm} && cd - && rake clean >> /dev/null && rake compile >> /dev/null && rake #{cmd}'")
|
||||
puts "#{vm} #{cmd} failed"
|
||||
exit(1)
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче