Set or unset verbose execution. If verbose mode is on: some commands output messages on stderr describing what is going on. Examples: files and directories creation/removal.
Return true if verbose mode is on, false otherwise.
Set or unset test execution. If test mode is on: external commands (like rm
and
mkdir
) are not executed, the command line is sent to stderr. Test mode is meant to be
used to debug the test library functions.
Return true if test mode is on, false otherwise.
Enable or disable printing debug messages. If debug mode is on: the function dotest-debug()
will print its message; otherwise it will print nothing.
Return true if debug mode is on, false otherwise.
Set or unset printing a message upon starting a function.
Return true if start function reporting is on; otherwise return false.
Set or unset printing a message when a function execution succeeds. Failed tests always cause a message to be printed.
Return true if success function reporting is on; otherwise return false.
This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.