Function fail::setup [] [src]

pub fn setup()

Set up the fail point system.

The FAILPOINTS environment variable is used to configure all the fail points. The format of FAILPOINTS is full_path_to_failpoint=actions;....

full_path_to_failpoint is the full module path to the fail point and its name. For more information, see macro fail_point and cfg.