From a6cca5d1fc94bc62a1b5c4a3facafb7044021cd2 Mon Sep 17 00:00:00 2001 From: Frederick Cheung Date: Wed, 30 Apr 2008 21:54:54 +1200 Subject: Ensure postgresql tests work when starting from scratch. --- activerecord/Rakefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'activerecord/Rakefile') diff --git a/activerecord/Rakefile b/activerecord/Rakefile index 50c120107b..d6033a9b85 100755 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -72,8 +72,6 @@ namespace :postgresql do task :build_databases do %x( createdb activerecord_unittest ) %x( createdb activerecord_unittest2 ) - %x( psql activerecord_unittest -f #{File.join(SCHEMA_ROOT, 'postgresql.sql')} ) - %x( psql activerecord_unittest2 -f #{File.join(SCHEMA_ROOT, 'postgresql2.sql')} ) end desc 'Drop the PostgreSQL test databases' -- cgit v1.2.3