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

Unified Diff: slave/skia_slave_scripts/install.py

Issue 16226005: Run skimage on the bots. (Closed) Base URL: https://skia.googlecode.com/svn/buildbot
Patch Set: Rebaseline factory_configurations. Created 7 years, 6 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: slave/skia_slave_scripts/install.py
diff --git a/slave/skia_slave_scripts/install.py b/slave/skia_slave_scripts/install.py
index 4c5f54146953c38d234d9c2a3ecd7aeed525d6ca..8650f69b09adbf8cecfa193c3bb2380bc0d5bc91 100644
--- a/slave/skia_slave_scripts/install.py
+++ b/slave/skia_slave_scripts/install.py
@@ -42,6 +42,5 @@ class Install(BuildStep):
# Initialize a clean scratch directory.
self.CreateCleanDirectory(self._device_dirs.TmpDir())
-
if '__main__' == __name__:
sys.exit(BuildStep.RunBuildStep(Install))

Powered by Google App Engine
This is Rietveld 408576698