mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
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
This commit is contained in:
parent
9f5de6dadc
commit
1f41986a95
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user