1#!/bin/bash 2# 3# Build file to set up and run tests 4 5# Change to repo root 6cd $(dirname $0)/../../.. 7 8export DOCKERHUB_ORGANIZATION=protobuftesting 9export DOCKERFILE_DIR=kokoro/linux/dockerfile/test/cpp_tcmalloc 10export DOCKER_RUN_SCRIPT=kokoro/linux/pull_request_in_docker.sh 11export OUTPUT_DIR=testoutput 12export TEST_SET="cpp_tcmalloc" 13./kokoro/linux/build_and_run_docker.sh 14