TEST_CPU_MODELS isn't used anymore.
--HG-- extra : convert_revision : 742bda87e79657573cec404b8650fa26d189d1a1
This commit is contained in:
parent
07994c2367
commit
25643e07c8
1 changed files with 0 additions and 2 deletions
|
@ -302,8 +302,6 @@ sticky_opts.AddOptions(
|
|||
# Non-sticky options only apply to the current build.
|
||||
nonsticky_opts = Options(args=ARGUMENTS)
|
||||
nonsticky_opts.AddOptions(
|
||||
ListOption('TEST_CPU_MODELS', 'CPU models to test if regression is being run', '',
|
||||
env['ALL_CPU_LIST']),
|
||||
BoolOption('update_ref', 'Update test reference outputs', False)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue