gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: fix name


From: gnunet
Subject: [taler-anastasis] branch master updated: fix name
Date: Thu, 07 Nov 2019 09:54:55 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 160acc6  fix name
160acc6 is described below

commit 160acc6ef4d27ea1237111a738704d68051fd18a
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Nov 7 09:54:53 2019 +0100

    fix name
---
 src/backup-db/Makefile.am         | 2 +-
 src/backup-db/test_anastasis_db.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/backup-db/Makefile.am b/src/backup-db/Makefile.am
index 20c34c3..f2d7c75 100644
--- a/src/backup-db/Makefile.am
+++ b/src/backup-db/Makefile.am
@@ -53,7 +53,7 @@ test_anastasis_db_postgres_LDFLAGS = \
   -ltalerpq 
 
 TESTS = \
-  test_anastasis_db_postgres
+  test_anastasis_db-postgres
 
 EXTRA_DIST = \
   test_anastasis_db_postgres.conf
diff --git a/src/backup-db/test_anastasis_db.c 
b/src/backup-db/test_anastasis_db.c
index fc56de4..d133127 100644
--- a/src/backup-db/test_anastasis_db.c
+++ b/src/backup-db/test_anastasis_db.c
@@ -256,6 +256,7 @@ drop:
   plugin = NULL;
 }
 
+
 int
 main (int argc,
       char *const argv[])
@@ -277,7 +278,7 @@ main (int argc,
                           "%s",
                           plugin_name);
   (void) GNUNET_asprintf (&config_filename,
-                          "%s.conf",
+                          "test_anastasis_db_%s.conf",
                           testname);
   cfg = GNUNET_CONFIGURATION_create ();
   if (GNUNET_OK !=

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]