<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>autotest/streamlined.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -14,6 +14,7 @@ namespace :test do
     desc &quot;Run against all installed versions of Rails.  Local versions found: [#{MultiRails::Loader.all_rails_versions.to_sentence}].&quot;
     task :all do
       begin
+        failed_versions = []
         MultiRails::Loader.all_rails_versions.each_with_index do |version, index|
           silence_warnings { ENV[&quot;MULTIRAILS_RAILS_VERSION&quot;] = version }
           init_for_rails_app(version) if within_rails_app?
@@ -23,8 +24,10 @@ namespace :test do
             Rake::Task[:test].invoke
           rescue RuntimeError =&gt; e
             puts e.message
-          end        
+            failed_versions &lt;&lt; version
+          end
         end
+        abort(&quot;Build failed with Rails versions: [#{failed_versions.to_sentence}].&quot;) if failed_versions.any?
       ensure
         clean_up
       end</diff>
      <filename>test/lib/multi_rails/tasks/multi_rails.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0c8e8a3f2b6a42325597191e21676cacb4b3adda</id>
    </parent>
  </parents>
  <author>
    <name>rob</name>
    <email>rob@4f249914-c612-0410-8deb-f4485a9d85ab</email>
  </author>
  <url>http://github.com/relevance/streamlined/commit/4f3418d5c93a7d87eb3ce45f84a72d136bc93042</url>
  <id>4f3418d5c93a7d87eb3ce45f84a72d136bc93042</id>
  <committed-date>2007-12-18T07:47:21-08:00</committed-date>
  <authored-date>2007-12-18T07:47:21-08:00</authored-date>
  <message>add autotest support, which blows up right now but at least loads the right files;  update multi rails rake task which was missed earlier</message>
  <tree>0e59339d449906f947a4074fe81f3846c789528e</tree>
  <committer>
    <name>rob</name>
    <email>rob@4f249914-c612-0410-8deb-f4485a9d85ab</email>
  </committer>
</commit>
