Function output_relative_path

Source
pub fn output_relative_path(
    config: &Config,
    relative_dir: &Utf8Path,
) -> Utf8PathBuf
Expand description

Absolute path to the directory where all output for all tests in the given relative_dir group should reside. Example:

/path/to/build/host-tuple/test/ui/relative/

This is created early when tests are collected to avoid race conditions.