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

Unified Diff: tools/tests/factory_configuration/factory_configuration_test.py

Issue 14517004: Change Builder Names, MkIII (Closed) Base URL: http://skia.googlecode.com/svn/buildbot/
Patch Set: Created 7 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: tools/tests/factory_configuration/factory_configuration_test.py
===================================================================
--- tools/tests/factory_configuration/factory_configuration_test.py (revision 8881)
+++ tools/tests/factory_configuration/factory_configuration_test.py (working copy)
@@ -19,6 +19,7 @@
import config
import master_builders_cfg
+
def main():
c = {}
c['schedulers'] = []
@@ -27,4 +28,4 @@
if '__main__' == __name__:
- main()
+ sys.exit(main())

Powered by Google App Engine
This is Rietveld 408576698