Kaido Kert | 25902c6 | 2024-06-17 17:10:28 -0700 | [diff] [blame^] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Build file to set up and run tests | ||||
4 | |||||
5 | # Change to repo root | ||||
6 | cd $(dirname $0)/../../.. | ||||
7 | |||||
8 | # Prepare worker environment to run tests | ||||
9 | source kokoro/macos/prepare_build_macos_rc | ||||
10 | |||||
11 | ./tests.sh php5.6_mac |