mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
lit: Separate test suite from test name with spaces, to make it easier to cut and paste.
llvm-svn: 94134
This commit is contained in:
parent
12c9016e6e
commit
ca283162fa
@ -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…
Reference in New Issue
Block a user