From 8acedd531c748d48791771cd63e380b9604f6516 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 27 Mar 2022 21:36:29 +0200 Subject: integration: add more info prints --- integration/test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration/test.sh b/integration/test.sh index 8826d4b..79cbbfe 100755 --- a/integration/test.sh +++ b/integration/test.sh @@ -26,6 +26,7 @@ function check_go_deps() { } function client_setup() { + info "setting up client" source $1 cli_pub=$(echo $cli_priv | sigsum-debug pubkey) @@ -45,6 +46,7 @@ function client_setup() { } function trillian_setup() { + info "setting up Trillian" source $1 trillian_log_server\ @@ -71,6 +73,7 @@ function trillian_setup() { } function sigsum_setup() { + info "setting up Sigsum server" source $1 wit1_priv=$(sigsum-debug genkey) -- cgit v1.2.3