From: Nilay Vaish Date: Fri, 27 Apr 2012 01:28:45 +0000 (-0500) Subject: util/regress: Add the missing comma in the list of builds X-Git-Tag: stable_2012_06_28~104 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ea7fcc54acc5f6dea3d93f8ae157ff8887c3c15;p=gem5.git util/regress: Add the missing comma in the list of builds --- diff --git a/util/regress b/util/regress index aa9114ade..8037484f5 100755 --- a/util/regress +++ b/util/regress @@ -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',