Fix help text for stream_result_to flag.

Support for Mac was previously added, in addition to Linux. Fix the help
text to match the code.
pull/4502/head
David Matson 8 months ago
parent eff443c6ef
commit 53ee0fc0b2
  1. 2
      googletest/src/gtest.cc

@ -379,7 +379,7 @@ GTEST_DEFINE_string_(
testing::internal::StringFromGTestEnv("stream_result_to", ""),
"This flag specifies the host name and the port number on which to stream "
"test results. Example: \"localhost:555\". The flag is effective only on "
"Linux.");
"Linux and Mac.");
GTEST_DEFINE_bool_(
throw_on_failure,

Loading…
Cancel
Save