• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2#
3# Build file to set up and run tests
4
5# Change to repo root
6cd $(dirname $0)/../../..
7
8# Fix locale issues in Monterey.
9export LC_ALL=en_US.UTF-8
10
11# Prepare worker environment to run tests
12KOKORO_INSTALL_RVM=yes
13source kokoro/macos/prepare_build_macos_rc
14
15./tests.sh ruby31
16