Created
January 18, 2009 23:54
-
-
Save gunn/48810 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task :test do | |
["git clone git://github.com/radiant/radiant-reorder-extension.git vendor/extensions/reorder", | |
"rake radiant:extensions:reorder:migrate", | |
"rake radiant:extensions:reorder:update"].each do |command| | |
begin | |
sh( command ) | |
rescue Exception => e | |
puts e | |
puts "FAIl!" | |
exit | |
end | |
end | |
puts "PASS!" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment