.TH TESTR-DRIVER 1 "2011-11-03" "14.1.0" "TestR User Manuals" .SH NAME .PP testr-driver \- tells master to run tests and keeps track of test results .SH SYNOPSIS .PP \fBtestr-driver\fP [\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["run_all_test_files"]\fP Runs all test files found within and beneath the current working directory. .TP \fB["stop_running_test_files"]\fP Stops any test files that are currently running. .TP \fB["rerun_passed_test_files"]\fP Runs all test files that have passed during their most recent run. .TP \fB["reabsorb_overhead_files"]\fP Stops any test files that are currently running, reabsorbs the test execution overhead, and resumes running those interrupted test files. .TP \fB["quit"]\fP Stops all tests that are currently running and exits. .SH OPTIONS .TP \fB-h\fP, \fB--help\fP Display this help manual using .BR man (1). .SH FILES .TP \fB.testr.rb\fP Ruby script in the directory where .BR testr (1) is run. .SH SEE ALSO .PP .BR testr (1), .BR testr-driver (1), .BR testr-master (1), .BR testr-herald (1)