Verbose Options
These options control the amount of output written to the
console while running tests
-v | -v:<value> | -verbose | -verbose:<value>
Increase the amount of output written to the console. A
value, or selected combinations of values separated by
commas, may be given to select the type of output desired.
default Three lines of output per test: start, end, status
summary One line of output per test: status, test name
all Selected contents of JTR file for all tests (includes
stdout/stderr)
pass Selected contents of JTR file for passed tests
fail Selected contents of JTR file for failed tests
error Selected contents of JTR file for errored tests
nopass Suppress output for tests that passed
time Elapsed time per action
-v1 Short for -verbose:summary
-va Short for -verbose:all
-ve Short for -verbose:error
-vf Short for -verbose:fail
-vp Short for -verbose:pass
-vt Short for -verbose:time
These options control the amount of output written to the
console while running tests
-v | -v:<value> | -verbose | -verbose:<value>
Increase the amount of output written to the console. A
value, or selected combinations of values separated by
commas, may be given to select the type of output desired.
default Three lines of output per test: start, end, status
summary One line of output per test: status, test name
all Selected contents of JTR file for all tests (includes
stdout/stderr)
pass Selected contents of JTR file for passed tests
fail Selected contents of JTR file for failed tests
error Selected contents of JTR file for errored tests
nopass Suppress output for tests that passed
time Elapsed time per action
-v1 Short for -verbose:summary
-va Short for -verbose:all
-ve Short for -verbose:error
-vf Short for -verbose:fail
-vp Short for -verbose:pass
-vt Short for -verbose:time