-
Notifications
You must be signed in to change notification settings - Fork 3.1k
podman-remote: build: does not handle errors #7137
Copy link
Copy link
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remote
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remote
podman-remote build, if there are errors, will happily exit 0 and with no output.In window 1:
$ ./bin/podman system service --timeout=0In window 2:
Expected:
(bonus: there is no output in the
system serverwindow, either)