Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(774)

Unified Diff: scripts/master/unittests/status_logger_test.py

Issue 1507993003: status_logger: record step data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« scripts/master/status_logger.py ('K') | « scripts/master/status_logger.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/unittests/status_logger_test.py
diff --git a/scripts/master/unittests/status_logger_test.py b/scripts/master/unittests/status_logger_test.py
index fd09460fcd89812e604ae38a6933d0b494633502..040b01a8ddea43a952bc5b7e8f300c80db12dd97 100755
--- a/scripts/master/unittests/status_logger_test.py
+++ b/scripts/master/unittests/status_logger_test.py
@@ -49,6 +49,9 @@ class Build(object):
def getSourceStamp(self):
return SourceStamp()
+ def getSteps(self):
+ return []
+
def getTimes(self):
return 5000, 6000
« scripts/master/status_logger.py ('K') | « scripts/master/status_logger.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698