Sha256: 05bb1a67c0af9907b00d45916feafe44e21cec7c8124d1feb9d2eea7f5c8c4a0

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

.TH TESTR\-DRIVER 1 "2011\-12\-07" "14.1.1"
.SH NAME
.PP
testr\-driver \- drives 
.BR testr\-master (1) 
and does bookkeeping
.SH SYNOPSIS
.PP
\fB\fCtestr-driver\fR [\fIOPTION\fP]...
.SH DESCRIPTION
.PP
This program reads the following single\-line commands (JSON arrays) from its
standard input stream and performs the respective actions as described below.
It also funnels the standard output stream of 
.BR testr\-master (1) 
into its own.
.TP
\fB\fC["run_all_test_files"]\fR
Runs all test files found within and beneath the current working directory.
.TP
\fB\fC["stop_running_test_files"]\fR
Stops any test files that are currently running.
.TP
\fB\fC["rerun_passed_test_files"]\fR
Runs all test files that have passed during their most recent run.
.TP
\fB\fC["reabsorb_overhead_files"]\fR
Stops any test files that are currently running, reabsorbs the test
execution overhead, and resumes running those interrupted test files.
.TP
\fB\fC["quit"]\fR
Stops all tests that are currently running and exits.
.SH OPTIONS
.TP
\fB\fC-h\fR, \fB\fC--help\fR
Display this help manual using 
.BR man (1).
.SH FILES
.TP
\fI.testr.rb\fP
Optional Ruby script for configuring 
.BR testr (1).
.SH SEE ALSO
.PP
.BR testr (1), 
.BR testr\-driver (1), 
.BR testr\-master (1), 
.BR testr\-herald (1)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
testr-14.1.1 man/man1/testr-driver.1