mirror of
https://github.com/containers/podman.git
synced 2025-06-02 10:46:09 +08:00
Implement podman-remote rm
* refactor command output to use one function * Add new worker pool parallel operations * Implement podman-remote umount * Refactored podman wait to use printCmdOutput() Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@ -311,6 +311,8 @@ func (s *PodmanSession) IsJSONOutputValid() bool {
|
||||
// WaitWithDefaultTimeout waits for process finished with defaultWaitTimeout
|
||||
func (s *PodmanSession) WaitWithDefaultTimeout() {
|
||||
s.Wait(defaultWaitTimeout)
|
||||
os.Stdout.Sync()
|
||||
os.Stderr.Sync()
|
||||
fmt.Println("output:", s.OutputToString())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user