From 93f913c0835963ae643233d9b2cbec5a385870f9 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 26 Jan 2022 01:01:50 +0100 Subject: integration: Add a basic "it runs test" --- integration/start_tlog_seq | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 integration/start_tlog_seq (limited to 'integration/start_tlog_seq') 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 -- cgit v1.2.3