| ... | @@ -2306,6 +2306,7 @@ fn spawnChildAndCollect( | ... | @@ -2306,6 +2306,7 @@ fn spawnChildAndCollect( |
| 2306 | }; | 2306 | }; |
| 2307 | | 2307 | |
| 2308 | if (conf_run.flags.stdio == .zig_test) { | 2308 | if (conf_run.flags.stdio == .zig_test) { |
| | 2309 | try setColorEnvironmentVariables(&conf_run, environ_map, graph.stderr_mode.?); |
| 2309 | const started: Io.Clock.Timestamp = .now(io, .awake); | 2310 | const started: Io.Clock.Timestamp = .now(io, .awake); |
| 2310 | const result = evalZigTest(run, run_index, maker, progress_node, spawn_options, fuzz_context) catch |err| switch (err) { | 2311 | const result = evalZigTest(run, run_index, maker, progress_node, spawn_options, fuzz_context) catch |err| switch (err) { |
| 2311 | error.Canceled => |e| return e, | 2312 | error.Canceled => |e| return e, |