diff options
author | Linus Nordberg <linus@nordberg.se> | 2022-07-19 17:11:47 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2022-07-19 17:11:47 +0200 |
commit | 387914dfcfda0f84f13b4d49f5b2371867cace46 (patch) | |
tree | 28ff7eeff748cf24b04ed967e93f6c2cc6b752bb /integration | |
parent | c8180107a6c281320fff2675abd7943cf5acafe2 (diff) |
store and restore of latest published STH
Diffstat (limited to 'integration')
-rwxr-xr-x | integration/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/test.sh b/integration/test.sh index 6442704..7f37066 100755 --- a/integration/test.sh +++ b/integration/test.sh @@ -267,6 +267,7 @@ function sigsum_start() { if [[ $role = primary ]]; then extra_args+=" -witnesses=${nvars[$i:ssrv_witnesses]}" extra_args+=" -shard-interval-start=${nvars[$i:ssrv_shard_start]}" + extra_args+=" -sth-path=${nvars[$i:log_dir]}/sth-store" else binary=sigsum-log-secondary fi |