Method

FoundryCiRunOptionsset_output_dir

unstable since: 1.2

Declaration [src]

void
foundry_ci_run_options_set_output_dir (
  FoundryCiRunOptions* self,
  const char* output_dir
)

Description [src]

Sets the requested directory for durable run output.

Available since: 1.2

Parameters

output_dir

Type: const char*

A directory for durable run output.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.