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_serv | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 integration/start_tlog_serv (limited to 'integration/start_tlog_serv') diff --git a/integration/start_tlog_serv b/integration/start_tlog_serv new file mode 100755 index 0000000..a9fc5dd --- /dev/null +++ b/integration/start_tlog_serv @@ -0,0 +1,6 @@ +#!/bin/bash + +$GOPATH/bin/trillian_log_server \ + --logtostderr \ + --rpc_endpoint=localhost:6962 \ + --http_endpoint=localhost:6963 -- cgit v1.2.3