From f06a6042ca393003a440d7c1003c7102aa2ed9f3 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 1 May 2019 17:50:41 -0700 Subject: [PATCH] Adding runTestsMac back as it's useful for running single tests. --- runTestsMac.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 runTestsMac.sh diff --git a/runTestsMac.sh b/runTestsMac.sh new file mode 100644 index 0000000..d60d85f --- /dev/null +++ b/runTestsMac.sh @@ -0,0 +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 --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 $@