From: Dan Langille Date: Fri, 12 Dec 2003 15:43:34 +0000 (+0000) Subject: get regression tests working by hardcoding a bacula database name for PostgreSQL X-Git-Tag: Release-7.0.0~9863 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c0cc6e1daaa0f37feb3cfeaceb43bda9d3a6a3f8;p=bacula%2Fbacula get regression tests working by hardcoding a bacula database name for PostgreSQL git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@867 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/drop_bacula_tables.in b/bacula/src/cats/drop_bacula_tables.in index 0ecc3f3864..2a1d2e62f7 100755 --- a/bacula/src/cats/drop_bacula_tables.in +++ b/bacula/src/cats/drop_bacula_tables.in @@ -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