HomeSort by relevance Sort by last modified time
    Searched refs:success_message (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask.py 82 def _run_command(self, command, success_message, failure_message):
85 self._delegate.command_passed(success_message, patch=self._patch)
commitqueuetask_unittest.py 54 def command_passed(self, success_message, patch):
55 log("command_passed: success_message='%s' patch='%s'" % (
56 success_message, patch.id()))
92 command_passed: success_message='Cleaned working directory' patch='197'
94 command_passed: success_message='Updated working directory' patch='197'
96 command_passed: success_message='Applied patch' patch='197'
98 command_passed: success_message='Built patch' patch='197'
100 command_passed: success_message='Passed tests' patch='197'
102 command_passed: success_message='Landed patch' patch='197'
121 command_passed: success_message='Cleaned working directory' patch='197
    [all...]

Completed in 134 milliseconds