diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-27 15:16:29 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2022-04-21 19:20:05 +0200 |
commit | 23346b27b8edac3fbe6f423a28064e1da180d6db (patch) | |
tree | 47874663a9b76937f4a395570cc898ba15af9c75 /integration/start_tlog_serv | |
parent | e5201da33e6c714bb0fc81438d4f212c25a48cf2 (diff) |
integration: add automatic setup and tear-down
Diffstat (limited to 'integration/start_tlog_serv')
-rwxr-xr-x | integration/start_tlog_serv | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/integration/start_tlog_serv b/integration/start_tlog_serv deleted file mode 100755 index a9fc5dd..0000000 --- a/integration/start_tlog_serv +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -$GOPATH/bin/trillian_log_server \ - --logtostderr \ - --rpc_endpoint=localhost:6962 \ - --http_endpoint=localhost:6963 |