diff --git a/ofborg/src/nix.rs b/ofborg/src/nix.rs index 207320a..8fc5421 100644 --- a/ofborg/src/nix.rs +++ b/ofborg/src/nix.rs @@ -261,6 +261,7 @@ mod tests { let buildlog = lines .into_iter() + .map(|line| line.replace("\u{1b}[0m", "")) // ANSI reset .map(|line| format!(" | {}", line)) .collect::>() .join("\n");