Fix up host ports and env variables

This commit is contained in:
Marc Di Luzio 2020-06-13 11:17:52 +01:00
parent 7c830f58be
commit 98249948a1
8 changed files with 38 additions and 55 deletions

View file

@ -15,9 +15,9 @@ import (
func Test_InnerMain(t *testing.T) {
var address = os.Getenv("ROVE_SERVER_ADDRESS")
var address = os.Getenv("ROVE_GRPC")
if len(address) == 0 {
log.Fatal("Must set ROVE_SERVER_ADDRESS")
log.Fatal("Must set $ROVE_GRPC")
}
// Set up the flags to act locally and use a temporary file