From cfe21fa3ff511dcc147786dea782dde32bc4af3d Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Thu, 28 May 2020 22:49:20 +0000 Subject: [PATCH] test everything --- .kokoro/trampoline_v2.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.kokoro/trampoline_v2.sh b/.kokoro/trampoline_v2.sh index e92904fba308..68916d193071 100755 --- a/.kokoro/trampoline_v2.sh +++ b/.kokoro/trampoline_v2.sh @@ -116,9 +116,6 @@ function repo_root() { echo "${dir}" } -# Temporarily limit the test to vision/automl -RUN_TESTS_DIRS="vision/automl" - PROGRAM_PATH="$(realpath "$0")" PROGRAM_DIR="$(dirname "${PROGRAM_PATH}")" PROJECT_ROOT="$(repo_root "${PROGRAM_DIR}")"