]> git.sur5r.net Git - bacula/bacula/commitdiff
get regression tests working by hardcoding a bacula database name for PostgreSQL
authorDan Langille <dan@langille.org>
Fri, 12 Dec 2003 15:43:34 +0000 (15:43 +0000)
committerDan Langille <dan@langille.org>
Fri, 12 Dec 2003 15:43:34 +0000 (15:43 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@867 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/drop_bacula_tables.in

index 0ecc3f386491dcf25204f74dafe5ddfed21bb4ed..2a1d2e62f74c4bc8ca326b5c4675a99b4c6dee90 100755 (executable)
@@ -12,7 +12,8 @@ else
     . ./drop_mysql_tables
     echo "Dropped MySQL tables"
   else
-    . ./drop_postgresql_tables
+    # hardcoded database name - should be a parameter
+    . ./drop_postgresql_tables bacula
     echo "Dropped PostgreSQL tables"
   fi
 fi