NAME
App::Yath::Command::failed - Show the failed tests from an event log
DESCRIPTION
This yath command will list the test scripts from an event log that have failed. The only required argument is the path to the log file, which may be compressed.
USAGE
$ yath [YATH OPTIONS] failed [COMMAND OPTIONS] [COMMAND ARGUMENTS]
OPTIONS
Command Options
- --brief
- --no-brief
-
Show only the files that failed, newline separated, no other output. If a file failed once but passed on a retry it will NOT be shown.
SOURCE
The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.