| #!/bin/bash## Build file to set up and run tests# Change to repo rootcd $(dirname $0)/../../..# Prepare worker environment to run testssource kokoro/macos/prepare_build_macos_rcg++ --versionexport MACOSX_DEPLOYMENT_TARGET=10.9./tests.sh python_cpp
 |