| Index: buildbot/buildbot_standard.py
|
| diff --git a/buildbot/buildbot_standard.py b/buildbot/buildbot_standard.py
|
| index 025aa6a2ec242248df0ad51cced236274e1bcb92..2adaadea5b7f7d1bd255d5eff9c9e27aabd1fb3e 100644
|
| --- a/buildbot/buildbot_standard.py
|
| +++ b/buildbot/buildbot_standard.py
|
| @@ -104,7 +104,7 @@ def SetupContextVars(context):
|
| def ValidatorTest(context, architecture, validator):
|
| Command(context,
|
| cmd=[sys.executable,
|
| - 'tests/validator_regression/validator_regression_test.py',
|
| + 'tests/abi_corpus/validator_regression_test.py',
|
| '--keep-going',
|
| '--validator', validator,
|
| '--arch', architecture])
|
| @@ -230,7 +230,7 @@ def BuildScript(status, context):
|
| with Step('predownload validator corpus', status):
|
| Command(context,
|
| cmd=[sys.executable,
|
| - 'tests/validator_regression/validator_regression_test.py',
|
| + 'tests/abi_corpus/validator_regression_test.py',
|
| '--download-only'])
|
|
|
| with Step('validator_regression_test current x86-32', status,
|
|
|