diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-27 15:16:29 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2022-04-21 19:20:05 +0200 |
commit | 23346b27b8edac3fbe6f423a28064e1da180d6db (patch) | |
tree | 47874663a9b76937f4a395570cc898ba15af9c75 /integration/start_tlog_seq | |
parent | e5201da33e6c714bb0fc81438d4f212c25a48cf2 (diff) |
integration: add automatic setup and tear-down
Diffstat (limited to 'integration/start_tlog_seq')
-rwxr-xr-x | integration/start_tlog_seq | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/integration/start_tlog_seq b/integration/start_tlog_seq deleted file mode 100755 index 29d1fb3..0000000 --- a/integration/start_tlog_seq +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -$GOPATH/bin/trillian_log_signer \ - --logtostderr \ - --force_master \ - --rpc_endpoint=localhost:6961 \ - --http_endpoint=localhost:6964 \ - --num_sequencers 1 \ - --sequencer_interval 100ms \ - --batch_size 100 |