mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-18 09:09:12 +00:00
Fixup for r182715: provide correct arg to --gtest-filter
llvm-svn: 182758
This commit is contained in:
parent
ad5bd9ce5a
commit
6dea9bd10d
@ -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