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

Unified Diff: scripts/master/factory/commands.py

Issue 1869053002: kitchen_run: initial CL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 months 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
Index: scripts/master/factory/commands.py
diff --git a/scripts/master/factory/commands.py b/scripts/master/factory/commands.py
index a2f4f1b8738b43a40770b7987bbffae91707bb4e..2cf33a078fb62273b819cd9b0c907aaf2d552be6 100644
--- a/scripts/master/factory/commands.py
+++ b/scripts/master/factory/commands.py
@@ -349,6 +349,14 @@ class FactoryCommands(object):
# scripts in scripts/slave
self._runbuild = self.PathJoin(self._script_dir, 'runbuild.py')
+ @property
+ def python(self):
+ return self._python
+
+ @property
+ def script_dir(self):
+ return self._script_dir
+
# Util methods.
def GetExecutableName(self, executable):
"""The executable name must be executable plus '.exe' on Windows, or else

Powered by Google App Engine
This is Rietveld 408576698