aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_output_test.py
diff options
context:
space:
mode:
authorshiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-08 21:32:17 +0000
committershiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925>2008-07-08 21:32:17 +0000
commite4e9a8bd7d2dbbad62030c8f80513e3c81b32213 (patch)
tree08e242f8835e0688031e27305c5d58c24282f2e7 /test/gtest_output_test.py
parentd201456903f3ecae1f7794edfab0d5678e642265 (diff)
downloadgoogletest-e4e9a8bd7d2dbbad62030c8f80513e3c81b32213.tar.gz
googletest-e4e9a8bd7d2dbbad62030c8f80513e3c81b32213.tar.bz2
googletest-e4e9a8bd7d2dbbad62030c8f80513e3c81b32213.zip
Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest compile on Windows CE.
Diffstat (limited to 'test/gtest_output_test.py')
-rwxr-xr-xtest/gtest_output_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_output_test.py b/test/gtest_output_test.py
index 0fea034f..7ecb4d1a 100755
--- a/test/gtest_output_test.py
+++ b/test/gtest_output_test.py
@@ -158,7 +158,7 @@ def GetCommandOutput(cmd):
"""
# Disables exception pop-ups on Windows.
- os.environ['GUNIT_CATCH_EXCEPTIONS'] = '1'
+ os.environ['GTEST_CATCH_EXCEPTIONS'] = '1'
return NormalizeOutput(GetShellCommandOutput(cmd, ''))