| author | |
| committer | |
| log | 8f7febfa6f5900e64bee1636c2bbc13bd5a52bd6 |
| tree | 19045355fa08a615d542e67e8dbacaafc6b1952c |
| parent | e0e91d13cd43f265295e6dd9f98d49b098bd302c |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/compiler/Maker/Step/Run.zig+1| ... | ... | @@ -2306,6 +2306,7 @@ fn spawnChildAndCollect( |
| 2306 | 2306 | }; |
| 2307 | 2307 | |
| 2308 | 2308 | if (conf_run.flags.stdio == .zig_test) { |
| 2309 | try setColorEnvironmentVariables(&conf_run, environ_map, graph.stderr_mode.?); | |
| 2309 | 2310 | const started: Io.Clock.Timestamp = .now(io, .awake); |
| 2310 | 2311 | const result = evalZigTest(run, run_index, maker, progress_node, spawn_options, fuzz_context) catch |err| switch (err) { |
| 2311 | 2312 | error.Canceled => |e| return e, |