commit d4c13154376731c07a40617b3dbd893eb5fab2af
parent 4f609168fe263891f134eff01f86288066acdd81
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 13 Apr 2026 19:39:48 +0200
-minor fixups
Diffstat:
4 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/src/donaudb/donaudb-postgres.conf b/src/donaudb/donaudb-postgres.conf
@@ -1,5 +1,5 @@
[donaudb-postgres]
-CONFIG = "postgres:///donaucheck"
+CONFIG = "postgres:///donau"
# Where are the SQL files to setup our tables?
# Important: this MUST end with a "/"!
diff --git a/src/donaudb/meson.build b/src/donaudb/meson.build
@@ -2,7 +2,6 @@
install_data('donaudb.conf', 'donaudb-postgres.conf', install_dir: pkgcfgdir)
-
sqldir = get_option('datadir') / 'donau' / 'sql'
# FIXME possibly provide this output in the tgz through dist script
@@ -119,6 +118,7 @@ test(
test_donaudb,
workdir: meson.current_build_dir(),
suite: ['donaudb'],
+ is_parallel: false,
)
configure_file(
diff --git a/src/donaudb/test-donau-db-postgres.conf b/src/donaudb/test-donau-db-postgres.conf
@@ -2,10 +2,8 @@
#The DB plugin to use
CURRENCY = EUR
DB = postgres
-
BASE_URL = http://localhost/
-
[donaudb-postgres]
#The connection string the plugin has to use for connecting to the database
@@ -13,5 +11,3 @@ CONFIG = postgres:///donaucheck
# Where are the SQL files to setup our tables?
SQL_DIR = ${DATADIR}sql/
-
-[donaudb]
diff --git a/src/donaudb/test_donaudb.c b/src/donaudb/test_donaudb.c
@@ -212,7 +212,7 @@ run (void *cls)
(ctx = DONAUDB_connect (cfg)))
{
fprintf (stderr,
- "Failed to load DB plugin\n");
+ "Failed to connect to database\n");
result = 77;
return;
}
@@ -452,7 +452,7 @@ main (int argc,
return -1;
}
GNUNET_log_setup (argv[0],
- "WARNING",
+ "INFO",
NULL);
plugin_name++;
(void) GNUNET_asprintf (&testname,