Skip to main content

clear_profile_dir

Function clear_profile_dir 

Source
pub fn clear_profile_dir(profile_dir: &Path) -> Result<()>
Expand description

Wipe the per-test trace dir before a fresh run so stale traces from a previous session don’t leak into the new picker. Idempotent — missing dir is fine.