From 2c795debfde27a869140aebeb446ccc7aaab3409 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 10 Sep 2019 14:52:31 -0700 Subject: [PATCH] Updating runtestMac to be the same as in the gorealis v1 repo. --- runTestsMac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 runTestsMac.sh diff --git a/runTestsMac.sh b/runTestsMac.sh old mode 100755 new mode 100644 index bdadd8d..d60d85f --- a/runTestsMac.sh +++ b/runTestsMac.sh @@ -1,4 +1,4 @@ #!/bin/bash # Since we run our docker compose setup in bridge mode to be able to run on MacOS, we have to launch a Docker container within the bridge network in order to avoid any routing issues. -docker run -t -v $(pwd):/go/src/github.com/paypal/gorealis --network gorealis_aurora_cluster golang:1.11.3-stretch go test -v github.com/paypal/gorealis +docker run --rm -t -v $(pwd):/go/src/github.com/paypal/gorealis --network gorealis_aurora_cluster golang:1.10-stretch go test -v github.com/paypal/gorealis $@