- Timestamp:
- Jun 7, 2016 12:12:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/reporter.py
r61531 r61537 837 837 def addLogString(self, sLog, sLogName, sDescription, sKind, sCaller, sTsPrf): 838 838 fRc = True; 839 if sKind in [ 'text', 'log', ] or sKind.startswith('log/') or sKind.startswith(' log/'):839 if sKind in [ 'text', 'log', ] or sKind.startswith('log/') or sKind.startswith('info/'): 840 840 self.log(0, '*** Uploading "%s" - KIND: "%s" - DESC: "%s" ***' 841 841 % (sLogName, sKind, sDescription), sCaller, sTsPrf);
Note:
See TracChangeset
for help on using the changeset viewer.