Changeset 243174 in webkit
- Timestamp:
- Mar 19, 2019, 3:22:50 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/ews-build/steps.py (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/ews-build/steps.py
r242969 r243174 96 96 **kwargs) 97 97 98 def getResultSummary(self): 99 if self.results != SUCCESS: 100 return {u'step': u'Failed to updated working directory'} 101 else: 102 return {u'step': u'Cleaned and updated working directory'} 103 98 104 99 105 class CleanWorkingDirectory(shell.ShellCommand): -
trunk/Tools/ChangeLog
r243153 r243174 1 2019-03-19 Aakash Jain <aakash_jain@apple.com> 2 3 [ews-build] Improve summary for CheckOutSource step 4 https://bugs.webkit.org/show_bug.cgi?id=195963 5 6 Reviewed by Lucas Forschler. 7 8 * BuildSlaveSupport/ews-build/steps.py: 9 (CheckOutSource.getResultSummary): 10 1 11 2019-03-19 Daniel Bates <dabates@apple.com> 2 12
Note:
See TracChangeset
for help on using the changeset viewer.