From 9a57a2279eda066627b749a0a19a4ac4c49f48eb Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 13 Jan 2011 10:55:41 -0200 Subject: sorry, the CI cannot lie to us anymore (Part II) --- activerecord/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/Rakefile') diff --git a/activerecord/Rakefile b/activerecord/Rakefile index 064734f8e2..ef99e0b26f 100755 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -62,7 +62,7 @@ end (Dir["test/cases/**/*_test.rb"].reject { |x| x =~ /\/adapters\// } + Dir["test/cases/adapters/#{adapter_short}/**/*_test.rb"]).all? do |file| - system(ruby, "-Ilib:test:#{connection_path}", file) + sh(ruby, "-Ilib:test:#{connection_path}", file) end or raise "Failures" end -- cgit v1.2.3