From a935d7c190cfa542c8e62b41fd1017f128e96397 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Tue, 17 Oct 2023 17:41:02 -0700 Subject: [PATCH] [Test] Fix typo (#34719) Oops --- tools/internal_ci/linux/pull_request/grpc_bazel_rbe_build.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal_ci/linux/pull_request/grpc_bazel_rbe_build.cfg b/tools/internal_ci/linux/pull_request/grpc_bazel_rbe_build.cfg index 3fffe1390c3..c906e6a6148 100644 --- a/tools/internal_ci/linux/pull_request/grpc_bazel_rbe_build.cfg +++ b/tools/internal_ci/linux/pull_request/grpc_bazel_rbe_build.cfg @@ -43,5 +43,5 @@ env_vars { env_vars { # tests to run by the bazel invocation key: "BAZEL_TESTS" - value: "/tools/bazelify_tests/test:bazel_build_tests_linux" + value: "//tools/bazelify_tests/test:bazel_build_tests_linux" }