| 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.
|
|
|