aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_throw_on_failure_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_throw_on_failure_test.py')
-rwxr-xr-xtest/gtest_throw_on_failure_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gtest_throw_on_failure_test.py b/test/gtest_throw_on_failure_test.py
index a80d6172..50172d07 100755
--- a/test/gtest_throw_on_failure_test.py
+++ b/test/gtest_throw_on_failure_test.py
@@ -49,8 +49,8 @@ THROW_ON_FAILURE = 'gtest_throw_on_failure'
# Path to the gtest_throw_on_failure_test_ program, compiled with
# exceptions disabled.
-EXE_PATH = os.path.join(gtest_test_utils.GetBuildDir(),
- 'gtest_throw_on_failure_test_')
+EXE_PATH = gtest_test_utils.GetTestExecutablePath(
+ 'gtest_throw_on_failure_test_')
# Utilities.