projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46dc583
)
lit: Separate test suite from test name with spaces, to make it easier to cut and...
author
Daniel Dunbar
<daniel@zuster.org>
Fri, 22 Jan 2010 02:04:28 +0000
(
02:04
+0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Fri, 22 Jan 2010 02:04:28 +0000
(
02:04
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94134
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/lit/lit/Test.py
patch
|
blob
|
history
diff --git
a/utils/lit/lit/Test.py
b/utils/lit/lit/Test.py
index 1f6556ba8595738f9485f49ce224f2e9fc59d18d..db2e0324651e74bbe6c68bdcc0ed24c04a5845d6 100644
(file)
--- a/
utils/lit/lit/Test.py
+++ b/
utils/lit/lit/Test.py
@@
-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)