diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-01-26 01:01:50 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-01-26 01:17:26 +0100 |
commit | 93f913c0835963ae643233d9b2cbec5a385870f9 (patch) | |
tree | 3d23fc5bc5eb7f4e40e8e7b98df0ccf20591a075 /integration/start_tlog_seq | |
parent | 935870a7df3ceb8b7bb3059cf816c537bd84c6b9 (diff) |
integration: Add a basic "it runs test"
Diffstat (limited to 'integration/start_tlog_seq')
-rwxr-xr-x | integration/start_tlog_seq | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/integration/start_tlog_seq b/integration/start_tlog_seq new file mode 100755 index 0000000..29d1fb3 --- /dev/null +++ b/integration/start_tlog_seq @@ -0,0 +1,10 @@ +#!/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 |