]>
git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Doug Greiman [Wed, 2 Mar 2016 20:07:42 +0000 (12:07 -0800)]
Restructure test so each scenario is independent.
Doug Greiman [Wed, 2 Mar 2016 01:44:02 +0000 (17:44 -0800)]
Fix env_var_test to ignore XML_OUTPUT_FILE if already set
Doug Greiman [Fri, 26 Feb 2016 22:26:23 +0000 (14:26 -0800)]
Restructure $XML_OUTPUT_FILE logic
Doug Greiman [Fri, 26 Feb 2016 03:03:46 +0000 (19:03 -0800)]
Fix inconsistent style
Doug Greiman [Wed, 24 Feb 2016 02:50:08 +0000 (18:50 -0800)]
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.
Billy Donahue [Mon, 1 Feb 2016 14:41:10 +0000 (09:41 -0500)]
Merge pull request #688 from tamland/python3
Python 3 support