commit 5e7136b6d261c4c05b693549261f59dacaccedbe parent 20638c434033b17d97aa1e92c9bc77f358085ebd Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 15 Sep 2024 11:37:25 +0200 enable diagnosis Diffstat:
| M | src/testing/taler-unified-setup.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh @@ -823,7 +823,7 @@ do done if [ 1 != "$OK" ] then - exit_skip "Failed to launch (some) Taler services" + exit_skip "Failed to launch (some) Taler services (E: $E_DONE, M: $M_DONE, S: $S_DONE, K: $K_DONE, A: $A_DONE)" fi echo " OK"