commit | da82689daa858ca8d89179db2480f7d57d914aed | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Sun Nov 15 00:04:32 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Sun Nov 15 00:04:32 2009 +0000 |
tree | 4695b63ba2dec823b9785c57aa2bd4ed7515b5ff | |
parent | ca020bb7a76ad045e3165eeaa76845669fe5c4a8 [diff] [blame] |
Issue 7324: add a sanity check to regrtest argument parsing to catch the case of an option with no handler.
diff --git a/Misc/NEWS b/Misc/NEWS index 4e2b131..afa286d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1567,6 +1567,9 @@ Tests ----- +- Issue #7324: add a sanity check to regrtest argument parsing to + catch the case of an option with no handler. + - Issue #7312: Add a -F flag to run the selected tests in a loop until a test fails. Can be combined with -j.