Sha256: 3998ad5044aeb61aed7d98438068b9e96882074039d111bc52a0f95e90d7cd83

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

.TH TORK\-RUNNER 1 2014\-03\-04 19.6.1
.SH NAME
.PP
tork\-runner \- runs tests once, non\-interactively
.SH SYNOPSIS
.PP
\fB\fCtork-runner\fR [\fIOPTION\fP]... [\fITEST_FILE_GLOB\fP]...
.SH DESCRIPTION
.PP
This program can be thought of as a non\-interactive version of 
.BR tork (1).  
It
runs all test files that match the given \fITEST_FILE_GLOB\fPs and then exits
with a nonzero status if any tests failed.  If none are given, it runs all
test files known to \fB\fCTork::Driver::TEST_FILE_GLOBBERS\fR in 
.BR tork-driver (1).
.SS Output
.PP
This program prints the following messages to stdout.
.TP
\fB\fC>>\fR \fIfailed_test_log_file\fP \fB\fC<<\fR
This message will be followed by the content of \fIfailed_test_log_file\fP\&.
.TP
\fIT\fP \fB\fCtested,\fR \fIP\fP \fB\fCpassed,\fR \fIF\fP \fB\fCfailed\fR
\fIT\fP test files were tested and \fIP\fP of them passed but \fIF\fP of them failed.
.PP
This program prints the following messages to stderr if it is a TTY device.
.TP
\fB\fCtork-runner:\fR \fINN.N\fP\fB\fC% tested\fR
\fINN.N\fP percent of test files were tested so far.
.SH OPTIONS
.TP
\fB\fC-h\fR, \fB\fC--help\fR
Show this help manual.
.SH EXIT STATUS
.TP
0
All test files passed.
.TP
1
One or more test files failed.
.SH ENVIRONMENT
.PP
See 
.BR tork (1).
.SH SEE ALSO
.PP
.BR tork (1), 
.BR tork-driver (1)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tork-19.6.1 man/man1/tork-runner.1