diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-27 21:36:29 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2022-04-21 19:20:05 +0200 |
commit | 8acedd531c748d48791771cd63e380b9604f6516 (patch) | |
tree | e87e2e3eb584722659c46692813acefad66589ca | |
parent | 3c0be89bfe54f01c27fedacaab7d44d933b7eba5 (diff) |
integration: add more info prints
-rwxr-xr-x | integration/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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) |