summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-05-28 09:40:42 +0000
committerAlexey Samsonov <samsonov@google.com>2013-05-28 09:40:42 +0000
commit1f41986a959e5258c6f875b6eb454f9fccb48565 (patch)
treeafde243927f56f793525ab7fff0eda5539f145b7 /utils
parent9f5de6dadcdb9922ad8c8135a29e4abccec11671 (diff)
downloadllvm-1f41986a959e5258c6f875b6eb454f9fccb48565.tar.gz
llvm-1f41986a959e5258c6f875b6eb454f9fccb48565.tar.bz2
llvm-1f41986a959e5258c6f875b6eb454f9fccb48565.tar.xz
Fixup for r182715: provide correct arg to --gtest-filter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/lit/lit/TestFormats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lit/lit/TestFormats.py b/utils/lit/lit/TestFormats.py
index a8fa377935..76b7b0c81f 100644
--- a/utils/lit/lit/TestFormats.py
+++ b/utils/lit/lit/TestFormats.py
@@ -61,7 +61,7 @@ class GoogleTest(object):
(dirname, basename) = os.path.split(execpath)
# Discover the tests in this executable.
for testname in self.getGTestTests(execpath, litConfig, localConfig):
- testPath_in_suite = path_in_suite + (basename, testname)
+ testPath_in_suite = path_in_suite + (testname, )
yield Test.Test(testSuite, testPath_in_suite, localConfig)
def getTestsInDirectory(self, testSuite, path_in_suite,