On Sat, 20 Oct 2001, William A. Rowe, Jr. wrote: > Could be cool if -winnow or some other arg would run only failed tests, > for developers to quickly repeat the problem.
there are already two ways to run selected tests: - tell t/TEST to only run certain tests: t/TEST t/modules/cgi t/modules/rewrite - create a t/SKIP file with passing tests setenvif.t access.t etc.t
