| Index: buildbot/buildbot_standard.py
|
| diff --git a/buildbot/buildbot_standard.py b/buildbot/buildbot_standard.py
|
| index af783debb6fdbb5ca7e0517cc3fd55976b8a04a3..3727aea9bf1588cbe343e7c7c338c4be3f1a4e86 100644
|
| --- a/buildbot/buildbot_standard.py
|
| +++ b/buildbot/buildbot_standard.py
|
| @@ -300,6 +300,9 @@ def BuildScript(status, context):
|
| ValidatorTest(
|
| context, 'x86-64',
|
| '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.
|
|
|