From 9eac969bc2d337dae0d7601ab6b2827f192315c3 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Fri, 12 Dec 2003 15:43:34 +0000 Subject: [PATCH] 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 --- bacula/src/cats/drop_bacula_tables.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5