mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Don't silently swallow errors when running test:rails_compatibility.
This commit is contained in:
parent
c559c550a6
commit
2f8a4f8681
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -394,7 +394,7 @@ namespace :test do
|
|||
task :rails_compatibility do
|
||||
`rm -rf test/rails`
|
||||
puts "Checking out rails. Please wait."
|
||||
system("git clone git://github.com/rails/rails.git test/rails") rescue nil
|
||||
system("git clone git://github.com/rails/rails.git test/rails")
|
||||
begin
|
||||
rails_versions.each {|version| test_rails_version version}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue