commit 955db7daebd52a352e48064fd4608433910be9bc parent 46e7f60c0758a6348134da8cb7b6abd5874278be Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 13 Dec 2024 22:56:23 +0100 -add missing resource file for test' Diffstat:
| M | src/test/Makefile.am | | | 6 | +++++- |
| M | src/test/test_twister.sh | | | 4 | ++-- |
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/test/Makefile.am b/src/test/Makefile.am @@ -11,4 +11,8 @@ TESTS = \ EXTRA_DIST = \ $(TESTS) \ - test_twister.conf + body.json.deflate \ + test_chaos.sh \ + test_twister.conf \ + test_twister_ipc.conf \ + test_chaos.conf diff --git a/src/test/test_twister.sh b/src/test/test_twister.sh @@ -39,13 +39,13 @@ TWISTER_URL="http://[::1]:8888/" ./test_twister_webserver & web_server_pid=$! -echo Webserver launched. +echo "Webserver launched." # Launch the Twister. taler-twister-service -c ./test_twister.conf & twister_service_pid=$! -echo Twister launched. +echo "Twister launched." sleep 1 if ! ps xo pid | grep -q ${twister_service_pid}; then