From 30b833232ea1c4c0ca58635d046af2970b439a3e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 7 Aug 2022 13:01:00 +0200 Subject: -regen DB (again) --- src/auditor/test-auditor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auditor/test-auditor.sh') diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index 8273d16e9..cb09a60a9 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -235,7 +235,7 @@ full_reload() { echo "Doing full reload of the database... " dropdb $DB 2> /dev/null || true - rm $DB.sqlite3 2> /dev/null || true # libeufin + rm -f $DB.sqlite3 2> /dev/null || true # libeufin createdb -T template0 $DB || exit_skip "could not create database" # Import pre-generated database, -q(ietly) using single (-1) transaction psql -Aqt $DB -q -1 -f ${BASEDB}.sql > /dev/null || exit_skip "Failed to load database" -- cgit v1.2.3