From 23346b27b8edac3fbe6f423a28064e1da180d6db Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 27 Mar 2022 15:16:29 +0200 Subject: integration: add automatic setup and tear-down --- integration/start_tlog_seq | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 integration/start_tlog_seq (limited to 'integration/start_tlog_seq') 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 -- cgit v1.2.3