зеркало из https://github.com/github/memcached.git
Make test_all actually work.
This commit is contained in:
Родитель
c6348e00b3
Коммит
14650da8cb
4
Rakefile
4
Rakefile
|
@ -54,11 +54,11 @@ task :exceptions do
|
|||
end
|
||||
|
||||
task :test_all do
|
||||
if !system("rvm use ree-1.8.7-2010.02 && rake clean && rake")
|
||||
if !system("bash -c 'cd && source .bash_profile && rvm use ree-1.8.7-2010.02 && cd - && rake clean && rake'")
|
||||
puts "REE test failed"
|
||||
exit(1)
|
||||
end
|
||||
if !system("rvm use ruby-1.9.2 && rake clean && rake")
|
||||
if !system("bash -c 'cd && source .bash_profile && rvm use 1.9.2-p180 && cd - && rake clean && rake'")
|
||||
puts "1.9 test failed"
|
||||
exit(1)
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче