commit ede1fb269b6233b43a334c5d4f8e76f4119bb234 parent aea57ddeb01dc0dad0a1bd8246d088fbcef9e72c Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 20 Nov 2024 15:20:10 +0100 skip test again Diffstat:
| M | src/donau/test_donau_httpd.conf | | | 5 | ++--- |
| M | src/donau/test_donau_httpd.sh | | | 9 | +++++---- |
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/donau/test_donau_httpd.conf b/src/donau/test_donau_httpd.conf @@ -3,12 +3,11 @@ TALER_TEST_HOME = test_donau_httpd_home/ TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/donau-system-runtime/ -[taler] -# Currency supported by the exchange (can only be one) +[donau] +# Currency supported by the Donau (can only be one) CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 -[donau] # Base url of the Donau DOMAIN = "Bern" BASE_URL = "http://localhost:8080/" diff --git a/src/donau/test_donau_httpd.sh b/src/donau/test_donau_httpd.sh @@ -34,11 +34,12 @@ exit 77 # Uncomment this line to run with valgrind... PREFIX="valgrind --leak-check=yes --track-fds=yes --error-exitcode=1 --log-file=valgrind.%p" -# Setup database -donau-dbinit -c test_donau_httpd.conf &> /dev/null || exit 77 -# Run Donau HTTPD (in background) -$PREFIX donau-httpd -c test_donau_httpd.conf 2> test-donau.log & +. setup.sh +# Setup database +setup -c "test_donau_httpd.conf" \ + -D \ + # Give HTTP time to start for n in `seq 1 100` do