| ... | @@ -312,8 +312,7 @@ pub fn reset(step: *Step, maker: *Maker) void { | ... | @@ -312,8 +312,7 @@ pub fn reset(step: *Step, maker: *Maker) void { |
| 312 | step.result_duration_ns = null; | 312 | step.result_duration_ns = null; |
| 313 | step.result_peak_rss = 0; | 313 | step.result_peak_rss = 0; |
| 314 | step.test_results = .{}; | 314 | step.test_results = .{}; |
| 315 | // We do not clearWatchInputs here because each step manages that choice | 315 | clearWatchInputs(step, maker); |
| 316 | // independently. | | |
| 317 | | 316 | |
| 318 | step.result_error_bundle.deinit(gpa); | 317 | step.result_error_bundle.deinit(gpa); |
| 319 | step.result_error_bundle = std.zig.ErrorBundle.empty; | 318 | step.result_error_bundle = std.zig.ErrorBundle.empty; |