aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/naming/resolver_component_tests_runner_invoker.cc
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-02-01 15:00:03 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2018-02-01 15:00:03 -0800
commit64d02bac04be2d33bad51f2f335ff85fd2bea91c (patch)
tree6352edcc98cf2ad26235af0184cda0cd87393756 /test/cpp/naming/resolver_component_tests_runner_invoker.cc
parente53d6b3f6034a5bbf72e3ad4438f834191235323 (diff)
parentac47595e42036585a9d9465ba28615d3e4626b13 (diff)
Merge branch 'master' of github.com:grpc/grpc into dns_cooldown
Diffstat (limited to 'test/cpp/naming/resolver_component_tests_runner_invoker.cc')
-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 "