spiegel_podman/cmd
Lokesh Mandvekar ec8e61e60a
Fix podman-remote build output not being displayed
The podman-remote build command was not displaying build output, causing
remotesystem tests to fail when expecting output like "COMMIT", "cache",
"Successfully built", etc.

Root causes:
1. BuildOptions.Out was set to nil when no --logfile was specified,
   causing all build output to be discarded
2. BuildOptions.Err was not set, preventing auxiliary build output
   from being displayed

Changes:
- Set Out and Err to default to os.Stdout and os.Stderr respectively
- Both redirect to logfile when --logfile is specified
- Remove incorrect client-side quiet flag handling (already handled
  by build engine via Quiet option)

This matches the behavior of the non-remote build implementation in
build.go and ensures build output is properly streamed from the server
through the bindings to the client's stdout/stderr.

Fixes test failures in make remotesystem for build-related tests.

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
2026-01-19 16:38:44 +05:30
..
podman Fix podman-remote build output not being displayed 2026-01-19 16:38:44 +05:30
podman-mac-helper Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
podman-wslkerninst Add new windows installer and build 2022-09-06 16:12:09 -05:00
quadlet Quadlet: exit 0 when there are no files to process 2023-02-07 15:18:03 -05:00
rootlessport Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
winpath Fix spelling "setup" -> "set up" and similar 2022-06-22 18:39:21 +02:00