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_serv | |
parent | 935870a7df3ceb8b7bb3059cf816c537bd84c6b9 (diff) |
integration: Add a basic "it runs test"
Diffstat (limited to 'integration/start_tlog_serv')
-rwxr-xr-x | integration/start_tlog_serv | 6 |
1 files changed, 6 insertions, 0 deletions
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 |