mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-24 21:00:36 +00:00
lit: Separate test suite from test name with spaces, to make it easier to cut and paste.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94134 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46dc583ad5
commit
eab04fc0be
@ -70,7 +70,7 @@ class Test:
|
||||
self.elapsed = elapsed
|
||||
|
||||
def getFullName(self):
|
||||
return self.suite.config.name + '::' + '/'.join(self.path_in_suite)
|
||||
return self.suite.config.name + ' :: ' + '/'.join(self.path_in_suite)
|
||||
|
||||
def getSourcePath(self):
|
||||
return self.suite.getSourcePath(self.path_in_suite)
|
||||
|
Loading…
x
Reference in New Issue
Block a user