gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: use taler-harness instead of tal


From: gnunet
Subject: [taler-merchant] branch master updated: use taler-harness instead of taler-wallet-cli for integration tests
Date: Tue, 17 Jan 2023 00:38:21 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new e6d34e24 use taler-harness instead of taler-wallet-cli for integration 
tests
e6d34e24 is described below

commit e6d34e2442e519e00afbeea02ce161df41ac6020
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jan 17 00:38:18 2023 +0100

    use taler-harness instead of taler-wallet-cli for integration tests
---
 contrib/merchant-backoffice                | 2 +-
 src/testing/test-merchant-walletharness.sh | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/contrib/merchant-backoffice b/contrib/merchant-backoffice
index 8a683531..182cdfff 160000
--- a/contrib/merchant-backoffice
+++ b/contrib/merchant-backoffice
@@ -1 +1 @@
-Subproject commit 8a6835316532d9e250bbdfe9ff55432a1acca62c
+Subproject commit 182cdfffa1d4b6f2bb3543d30cfa7509e73bda03
diff --git a/src/testing/test-merchant-walletharness.sh 
b/src/testing/test-merchant-walletharness.sh
index 8ff36941..49c7d819 100755
--- a/src/testing/test-merchant-walletharness.sh
+++ b/src/testing/test-merchant-walletharness.sh
@@ -33,13 +33,13 @@ echo -n "Testing for libeufin(-cli)"
 libeufin-cli --help >/dev/null </dev/null || exit_skip " MISSING"
 echo " FOUND"
 
-echo -n "Testing for taler-wallet-cli"
-taler-wallet-cli --help >/dev/null </dev/null || exit_skip " MISSING"
+echo -n "Testing for taler-harness"
+taler-harness --help >/dev/null </dev/null || exit_skip " MISSING"
 echo " FOUND"
 
 export WALLET_HARNESS_WITH_EUFIN=1
 res=0
-taler-wallet-cli testing run-integrationtests --dry --suites merchant 
2&>/dev/null || res=$?
+taler-harness run-integrationtests --dry --suites merchant 2&>/dev/null || 
res=$?
 
 if [[ $res -ne 0 ]]; then
   echo "skipping wallet test harness"
@@ -47,4 +47,4 @@ if [[ $res -ne 0 ]]; then
 fi
 
 
-exec taler-wallet-cli testing run-integrationtests --suites merchant
+exec taler-harness testing run-integrationtests --suites merchant

-- 
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]