From d2502f2a938a33078ec7b3d6c884192234a634c4 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Fri, 15 Feb 2019 16:22:19 -0800 Subject: [PATCH] Allowing arguments to be passed to runTestMac so that '-run ' can be passed in. --- runTestsMac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runTestsMac.sh b/runTestsMac.sh index fcc17b1..77977bd 100755 --- 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.10.3-stretch go test -v github.com/paypal/gorealis +docker run -t -v $(pwd):/go/src/github.com/paypal/gorealis --network gorealis_aurora_cluster golang:1.10.3-stretch go test -v github.com/paypal/gorealis $@