NAME ==== prove6 - Run tests through a TAP harness. USAGE ===== `prove6 [options] [files or directories]`
| -v | --verbose | Print all test lines. |
| -l | --lib | Add 'lib' to the path for your tests (-Ilib). |
| --shuffle | Run the tests in random order. | |
| --ignore-exit | Ignore exit status from test scripts. | |
| --reverse | Run the tests in reverse order. | |
| -q | --quiet | Suppress some test output while running tests. |
| -Q | --QUIET | Only print summary results. |
| --timer | Print elapsed time after each test. | |
| --trap | Trap Ctrl-C and print summary on interrupt. | |
| --help | Display this help | |
| --version | Display the version |
| -I | --incdir | Library paths to include. |
| -e | --exec | Interpreter to run the tests ('' for compiled tests.) |
| --ext | Set the extensions for tests (default <t rakutest t6>) | |
| --harness | Define test harness to use. See TAP::Harness. | |
| --reporter | Result reporter to use. | |
| -j | --jobs | Run N test jobs in parallel (try 9.) |
| --cwd | Run in certain directory | |
| --err=stderr | Direct the test's $*ERR to the harness' $*ERR. | |
| --err=ignore | Ignore test scripts' $*ERR. |