Updating runtestMac to be the same as in the gorealis v1 repo.
This commit is contained in:
parent
c553f67d4e
commit
2c795debfd
1 changed files with 1 additions and 1 deletions
2
runTestsMac.sh
Executable file → Normal file
2
runTestsMac.sh
Executable file → Normal file
|
@ -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 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue