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

Unified Diff: buildbot/buildbot_standard.py

Issue 10908137: (abandoned) Validator tests: convert hexes to TFs and run on bots (for prod. validator only) (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: restore 'read overflow' and 'SegmentationError' Created 8 years, 3 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: buildbot/buildbot_standard.py
diff --git a/buildbot/buildbot_standard.py b/buildbot/buildbot_standard.py
index 5c16ec4124f2e76b4fce949aa44fcaf8b2cd58cf..ec28dbdd51f3c87403ad15c1b20fd62c456ca207 100644
--- a/buildbot/buildbot_standard.py
+++ b/buildbot/buildbot_standard.py
@@ -293,6 +293,7 @@ def BuildScript(status, context):
'scons-out/opt-linux-x86-64/staging/validator_test')
with Step('validator_diff_tests', status, halt_on_fail=False):
SCons(context, args=['validator_diff_tests'])
+
return
# Run checkdeps script to vet #includes.

Powered by Google App Engine
This is Rietveld 408576698