From 1714b74edfdf1dbc52f8dd1555abb0ff43dfdff8 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Wed, 25 Sep 2024 16:32:23 +0200 Subject: [PATCH] incr-check: actually handle end message for a compiler update --- tools/incr-check.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/incr-check.zig b/tools/incr-check.zig index 3266163ca0..3a833c416e 100644 --- a/tools/incr-check.zig +++ b/tools/incr-check.zig @@ -266,7 +266,6 @@ const Eval = struct { try eval.checkSuccessOutcome(update, null, prog_node); // This message indicates the end of the update. stdout.discard(body.len); - return; } const digest = body[@sizeOf(EbpHdr)..][0..Cache.bin_digest_len]; @@ -290,7 +289,6 @@ const Eval = struct { try eval.checkSuccessOutcome(update, bin_path, prog_node); // This message indicates the end of the update. stdout.discard(body.len); - return; }, else => { // Ignore other messages.