tork-runner - runs tests once, non-interactively
tork-runner
[OPTION]... [TEST_FILE_GLOB]...
This program can be thought of as a non-interactive version of tork(1). It
runs all test files that match the given TEST_FILE_GLOBs and then exits
with a nonzero status if any tests failed. If none are given, it runs all
test files known to Tork::Driver::TEST_FILE_GLOBBERS
in tork-driver(1).
This program prints the following messages to stdout.
>>
failed_test_log_file <<
tested,
P passed,
F failed
This program prints the following messages to stderr if it is a TTY device.
tested,
P passed,
F failed
-h
[PATTERN], --help
[PATTERN]See tork(1).