debian-forge-composer/cmd/osbuild-worker-executor
Michael Vogt 95b4a9e250 osbuild-worker-executor: make test output silent again
Do not use the global logger but pass instead the locally created
logger. This means the test output is silent again.

Sadly using the global logger is difficult because it is a global
resource so replacing it in tests means all tests (that are
potentially run in parallel) will write to it which makes testing
specific log output hard.
2024-06-06 16:16:33 +02:00
..
build_result.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
config.go c/osbuild-worker-executor: update to match new name 2024-06-05 18:26:08 +02:00
export_test.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
handler_build.go osbuild-worker-executor: make test output silent again 2024-06-06 16:16:33 +02:00
handler_build_test.go osbuild-worker-executor: appease errcheck 2024-06-05 18:26:08 +02:00
handler_result.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
handler_result_test.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
handler_root.go cmd/osbuild-worker-executor: import verbatim from mvo5/oaas 2024-06-05 18:26:08 +02:00
handler_root_test.go cmd/osbuild-worker-executor: import verbatim from mvo5/oaas 2024-06-05 18:26:08 +02:00
main.go osbuild-worker-executor: appease gosec 2024-06-05 18:26:08 +02:00
main_test.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
routes.go cmd/osbuild-worker-executor: import verbatim from mvo5/oaas 2024-06-05 18:26:08 +02:00