gnunet-svn
[Top][All Lists]
Advanced

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

[exchange] branch master updated: tests: fix AM_TESTS_ENVIRONMENT for so


From: gnunet
Subject: [exchange] branch master updated: tests: fix AM_TESTS_ENVIRONMENT for some components
Date: Tue, 14 Jan 2025 20:29:58 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new b0a8028c4 tests: fix AM_TESTS_ENVIRONMENT for some components
b0a8028c4 is described below

commit b0a8028c4a14cdf4b420c7472cd0d2137dbc5c38
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jan 14 20:29:49 2025 +0100

    tests: fix AM_TESTS_ENVIRONMENT for some components
---
 src/bank-lib/fakebank.h                 | 4 ++--
 src/exchange-tools/Makefile.am          | 2 +-
 src/exchange/Makefile.am                | 2 +-
 src/exchange/taler-exchange-transfer.c  | 2 +-
 src/exchange/taler-exchange-wirewatch.c | 2 +-
 src/exchangedb/0007-batch_deposits.sql  | 2 +-
 src/kyclogic/Makefile.am                | 2 +-
 src/util/Makefile.am                    | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/bank-lib/fakebank.h b/src/bank-lib/fakebank.h
index 8cbf60403..6ce271278 100644
--- a/src/bank-lib/fakebank.h
+++ b/src/bank-lib/fakebank.h
@@ -128,7 +128,7 @@ struct LongPoller
 
 
 /**
- * Details about a transcation we (as the simulated bank) received.
+ * Details about a transaction we (as the simulated bank) received.
  */
 struct Transaction;
 
@@ -261,7 +261,7 @@ struct Account
 
 
 /**
- * Details about a transcation we (as the simulated bank) received.
+ * Details about a transaction we (as the simulated bank) received.
  */
 struct Transaction
 {
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am
index 0f2a51f7b..79d386c62 100644
--- a/src/exchange-tools/Makefile.am
+++ b/src/exchange-tools/Makefile.am
@@ -75,7 +75,7 @@ taler_exchange_dbinit_CPPFLAGS = \
 
 # Testcases
 
-AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export 
PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH;
+AM_TESTS_ENVIRONMENT=export 
TALER_EXCHANGE_PREFIX=$${TALER_EXCHANGE_PREFIX:-@libdir@};export 
PATH=$${TALER_EXCHANGE_PREFIX:-@prefix@}/bin:$$PATH;
 
 # Distribution
 
diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am
index ae0291707..cc4eabb76 100644
--- a/src/exchange/Makefile.am
+++ b/src/exchange/Makefile.am
@@ -232,7 +232,7 @@ taler_exchange_httpd_LDADD = \
 
 # Testcases
 
-AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export 
PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH;
+AM_TESTS_ENVIRONMENT=export 
TALER_EXCHANGE_PREFIX=$${TALER_EXCHANGE_PREFIX:-@libdir@};export 
PATH=$${TALER_EXCHANGE_PREFIX:-@prefix@}/bin:$$PATH;
 
 check_SCRIPTS = \
   test_taler_exchange_httpd.sh
diff --git a/src/exchange/taler-exchange-transfer.c 
b/src/exchange/taler-exchange-transfer.c
index 697374149..49f7dcadf 100644
--- a/src/exchange/taler-exchange-transfer.c
+++ b/src/exchange/taler-exchange-transfer.c
@@ -768,7 +768,7 @@ select_shard (void *cls)
   {
   case GNUNET_DB_STATUS_HARD_ERROR:
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Failed to obtain starting point for montoring from 
database!\n");
+                "Failed to obtain starting point for monitoring from 
database!\n");
     global_ret = EXIT_FAILURE;
     GNUNET_SCHEDULER_shutdown ();
     return;
diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index 37cac6721..0e2f7ea07 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -929,7 +929,7 @@ lock_shard (void *cls)
   {
   case GNUNET_DB_STATUS_HARD_ERROR:
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Failed to obtain starting point for montoring from 
database!\n");
+                "Failed to obtain starting point for monitoring from 
database!\n");
     global_ret = EXIT_FAILURE;
     GNUNET_SCHEDULER_shutdown ();
     return;
diff --git a/src/exchangedb/0007-batch_deposits.sql 
b/src/exchangedb/0007-batch_deposits.sql
index 44c832484..f88d91ed1 100644
--- a/src/exchangedb/0007-batch_deposits.sql
+++ b/src/exchangedb/0007-batch_deposits.sql
@@ -32,7 +32,7 @@ BEGIN
   );
 
   PERFORM comment_partitioned_column(
-     'signature by the merchant over the contract terms, of purpuse 
TALER_SIGNATURE_MERCHANT_CONTRACT'
+     'signature by the merchant over the contract terms, of purpose 
TALER_SIGNATURE_MERCHANT_CONTRACT'
     ,'merchant_sig'
     ,'batch_deposits'
     ,partition_suffix
diff --git a/src/kyclogic/Makefile.am b/src/kyclogic/Makefile.am
index f01bc12a8..a94f85140 100644
--- a/src/kyclogic/Makefile.am
+++ b/src/kyclogic/Makefile.am
@@ -174,4 +174,4 @@ libtaler_plugin_kyclogic_persona_la_LDFLAGS = \
   -lcurl \
   $(XLIB)
 
-AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export 
PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH;
+AM_TESTS_ENVIRONMENT=export 
TALER_EXCHANGE_PREFIX=$${TALER_EXCHANGE_PREFIX:-@libdir@};export 
PATH=$${TALER_EXCHANGE_PREFIX:-@prefix@}/bin:$$PATH;
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 1fcd4be08..7f2e97471 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -131,7 +131,7 @@ libtalerutil_la_LDFLAGS = \
   -no-undefined
 
 
-AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export 
PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH;
+AM_TESTS_ENVIRONMENT=export 
TALER_EXCHANGE_PREFIX=$${TALER_EXCHANGE_PREFIX:-@libdir@};export 
PATH=$${TALER_EXCHANGE_PREFIX:-@prefix@}/bin:$$PATH;
 
 check_PROGRAMS = \
  test_age_restriction \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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