gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 02/02: integrate auditor test into build s


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 02/02: integrate auditor test into build system
Date: Fri, 23 Aug 2019 15:21:31 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 135d36589323aee4aeca766500c9c9ceb5ed1261
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Aug 23 15:21:26 2019 +0200

    integrate auditor test into build system
---
 src/auditor/Makefile.am     | 6 +++++-
 src/auditor/test-auditor.sh | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am
index 4da58297..a31705f9 100644
--- a/src/auditor/Makefile.am
+++ b/src/auditor/Makefile.am
@@ -98,7 +98,11 @@ taler_auditor_exchange_LDADD = \
   $(top_builddir)/src/auditordb/libtalerauditordb.la \
   -lgnunetutil $(XLIB)
 
+check_SCRIPTS = \
+  test-auditor.sh
 
+TESTS = $(check_SCRIPTS)
 
 EXTRA_DIST = \
-  auditor.conf
+  auditor.conf \
+  $(check_SCRIPTS)
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index 95f7691e..8bf54e5d 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -27,7 +27,7 @@ MASTER_PUB=`cat ../benchmark/auditor-basedb.mpub`
 # Launch bank
 echo "Launching bank"
 taler-bank-manage -c test-auditor.conf serve-http 2>/dev/null >/dev/null &
-sleep 10
+
 
 # Run the auditor!
 echo "Running audit(s)"

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



reply via email to

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