| commit | 096654adb312a1bc858a0f886b8fba755eab52b4 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Apr 18 23:10:19 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Apr 24 22:29:11 2024 +0000 |
| tree | bb753ba3a24eab6a63b7f7c1757f35f0540b880a | |
| parent | a355821fa06a7f68ff8ddca6050f71e92e4939a5 [diff] [blame] |
treewide: add missing error handling Change-Id: I55ccf3ff490b58f6af93e665c668428acddc8d65 Reviewed-on: https://review.monogon.dev/c/monogon/+/3019 Vouch-Run-CI: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@monogon.tech>
diff --git a/metropolis/pkg/logtree/unraw/unraw_test.go b/metropolis/pkg/logtree/unraw/unraw_test.go index 5526feb..71c88fd 100644 --- a/metropolis/pkg/logtree/unraw/unraw_test.go +++ b/metropolis/pkg/logtree/unraw/unraw_test.go
@@ -112,6 +112,7 @@ close(started) return r(ctx) }) + defer stop() <-started