Previous: checks result, Up: checks [Index]
Set to a boolean value. It is initialised from the system environment
variable VICARE_CHECK_QUIET
: when the variable is set to
‘yes’ or a non–zero fixnum, the boolean is #t
; otherwise it
is #f
.
Display obj to the current error port if check-quiet-tests?
is set to #t
.
Write obj to the current error port if check-quiet-tests?
is set to #t
.
Display a newline character to the current error port if
check-quiet-tests?
is set to #t
.
Pretty prints obj to the current error port if
check-quiet-tests?
is set to #t
.