blob: ba2d0a4d1926fc60d9f838f83936f09939396cf2 [file] [log] [blame]
Paul Yang39df66e2018-10-12 12:36:33 -07001#!/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
Thomas Van Lentence8b7af2020-06-05 16:35:54 -04009KOKORO_INSTALL_RUBY=yes
10KOKORO_INSTALL_RVM=yes
Paul Yang39df66e2018-10-12 12:36:33 -070011source kokoro/macos/prepare_build_macos_rc
12
13./tests.sh ruby25