]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commit
Read Bazel's $XML_OUTPUT_FILE environment variable
authorDoug Greiman <dgreiman@google.com>
Wed, 24 Feb 2016 02:50:08 +0000 (18:50 -0800)
committerDoug Greiman <dgreiman@google.com>
Wed, 24 Feb 2016 02:50:08 +0000 (18:50 -0800)
commitd6790f26cae2ced1ebdd35f9fa61893e9cee1007
treef2a380e296b920b1d4b975d1c71092a7f5a4a7ba
parentff5ffd457e032c8be8a64a7a94c824063c8b11e3
Read Bazel's $XML_OUTPUT_FILE environment variable

If $XML_OUTPUT_FILE is set, and $GTEST_OUTPUT and --gtest_output are not
specified, produce output as if GTEST_OUTPUT=xml:$XML_OUTPUT_FILE had
been set.
googletest/include/gtest/internal/gtest-port.h
googletest/src/gtest-port.cc
googletest/src/gtest.cc
googletest/test/gtest_env_var_test.py