aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-04-01 07:27:03 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-04-01 07:27:03 -0700
commit8cddd8773819a6275dff69ec267acad6e5462936 (patch)
treee55066a84d24e547988bef3e1714af8aa8cfa086 /test/cpp/interop
parent7661da5b417130262ded988b2f881ab619d3b244 (diff)
parentb538472a8a0e7cbfd1fcf252f008cd98b1683e9d (diff)
Merge pull request #6005 from sreecha/stress_exit_codes
Terminate with error exit code in case of any failure
Diffstat (limited to 'test/cpp/interop')
-rw-r--r--test/cpp/interop/stress_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/interop/stress_test.cc b/test/cpp/interop/stress_test.cc
index 1fa6231f9a..38caf31b76 100644
--- a/test/cpp/interop/stress_test.cc
+++ b/test/cpp/interop/stress_test.cc
@@ -98,11 +98,11 @@ DEFINE_string(test_cases, "",
" 'large_unary', 10% of the time and 'empty_stream' the remaining"
" 70% of the time");
-DEFINE_int32(log_level, GPR_LOG_SEVERITY_DEBUG,
+DEFINE_int32(log_level, GPR_LOG_SEVERITY_INFO,
"Severity level of messages that should be logged. Any messages "
"greater than or equal to the level set here will be logged. "
"The choices are: 0 (GPR_LOG_SEVERITY_DEBUG), 1 "
- "(GPR_LOG_SEVERITY_INFO) and 2 (GPR_LOG_SEVERITY_ERROR.");
+ "(GPR_LOG_SEVERITY_INFO) and 2 (GPR_LOG_SEVERITY_ERROR)");
using grpc::testing::kTestCaseList;
using grpc::testing::MetricsService;