Adding runTestsMac back as it's useful for running single tests.

This commit is contained in:
Renan DelValle 2019-05-01 17:50:41 -07:00
parent 6fabdee23a
commit f06a6042ca
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

4
runTestsMac.sh Normal file
View file

@ -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 $@