aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/naming
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2018-01-31 11:20:18 -0800
committerGravatar Adele Zhou <adelez@google.com>2018-01-31 15:28:49 -0800
commit8b616a890a6b3395c881583e96e5cdab19059ed4 (patch)
treee0cba751d051257e61e77923d16ab736a690eaa9 /test/cpp/naming
parent9c17817622e70100cc2249bfce41fb13738cc607 (diff)
Fix path relative to TEST_SRCDIR
Diffstat (limited to 'test/cpp/naming')
-rw-r--r--test/cpp/naming/resolver_component_tests_runner_invoker.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/naming/resolver_component_tests_runner_invoker.cc b/test/cpp/naming/resolver_component_tests_runner_invoker.cc
index 65f11243fe..306c322780 100644
--- a/test/cpp/naming/resolver_component_tests_runner_invoker.cc
+++ b/test/cpp/naming/resolver_component_tests_runner_invoker.cc
@@ -44,7 +44,8 @@ DEFINE_bool(
DEFINE_string(test_bin_name, "",
"Name, without the preceding path, of the test binary");
-DEFINE_string(grpc_test_directory_relative_to_test_srcdir, "/__main__",
+DEFINE_string(grpc_test_directory_relative_to_test_srcdir,
+ "/com_github_grpc_grpc",
"This flag only applies if runner_under_bazel is true. This "
"flag is ignored if runner_under_bazel is false. "
"Directory of the <repo-root>/test directory relative to bazel's "