util/regress: Add the missing comma in the list of builds
This commit is contained in:
parent
86f248e2a7
commit
6ea7fcc54a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ add_option('--builds',
|
|||
'MIPS,' \
|
||||
'POWER,' \
|
||||
'SPARC,' \
|
||||
'X86, X86_MESI_CMP_directory' \
|
||||
'X86,X86_MESI_CMP_directory,' \
|
||||
'ARM',
|
||||
help="comma-separated build targets to test (default: '%default')")
|
||||
add_option('--modes',
|
||||
|
|
Loading…
Reference in a new issue