diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2024-09-25 16:32:23 +0200 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2024-09-25 17:54:50 +0200 |
| commit | 1714b74edfdf1dbc52f8dd1555abb0ff43dfdff8 (patch) | |
| tree | 39fc2e6db93f35a155e3543b0a08f86cb4e671f3 /tools | |
| parent | 1c2048ebcc810490cc5eb5168589edafe727fec0 (diff) | |
| download | zig-1714b74edfdf1dbc52f8dd1555abb0ff43dfdff8.tar.gz zig-1714b74edfdf1dbc52f8dd1555abb0ff43dfdff8.zip | |
incr-check: actually handle end message for a compiler update
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/incr-check.zig | 2 |
1 files changed, 0 insertions, 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. |
