1#!/bin/bash 2# 3# Build file to set up and run tests 4 5# Change to repo root 6cd $(dirname $0)/../../.. 7 8# Prepare worker environment to run tests 9source kokoro/macos/prepare_build_macos_rc 10 11# TODO(mkruskal) Re-enable this once we can get a working PHP 7.0 installed. 12#./tests.sh php7.0_mac 13