Regressions: Fix the regress script when "all" is used.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 5 Feb 2012 09:23:22 +0000 (01:23 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 5 Feb 2012 09:23:22 +0000 (01:23 -0800)
commit82939294d6fda490a1c634a868d05a92621cc1ac
treef2c255f7afc72ccf3ef303e862f2f018f262a0f9
parentcbcdcd53a78d56827c33a8c7610f8f6585ebbd82
Regressions: Fix the regress script when "all" is used.

When the "all" test is specified, the "tests" list should have two elements in
it, "quick" and "long", not a single element "quick,long". The later would be
appropriate as the default for one of the command line options which are split
at commas, but at that point "tests" should already be a list.
util/regress