commit | 866cc5d6a9cab69c26ed0253c55b2e5f560c7ad6 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 29 18:05:33 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Sep 29 18:05:33 2009 -0700 |
tree | 2e7db6ab3282daa21758418b71d6d5916f2145f6 | |
parent | 0e834848b2df0fb6a3f72b76be256f7f4e987827 [diff] |
Improve run-core-tests. Allow multiple tests to be specified on the command-line, and recognize syntax errors. (Previously, as long as the arguments ended in a test name, invalid arguments that didn't start "--" would be silently ignored. The new test for "-" is strictly unnecessary -- the other changes are sufficient -- but the explicit early test allows for clearer error reporting.)