mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Allow the use of -i/-a on any container
We used to not allow the use of -a/-i on containers that were not started with -i or a tty. Given the improvements in our terminal handling, this should work now. This also fixes a systemic problem with the autotests. Signed-off-by: baude <bbaude@redhat.com> Closes: #617 Approved by: baude
This commit is contained in:
@ -46,7 +46,7 @@ var _ = Describe("Podman run restart containers", func() {
|
||||
killSession.WaitWithDefaultTimeout()
|
||||
Expect(killSession.ExitCode()).To(Equal(0))
|
||||
|
||||
session2 := podmanTest.Podman([]string{"start", "--attach", "test1"})
|
||||
session2 := podmanTest.Podman([]string{"start", "test1"})
|
||||
session2.WaitWithDefaultTimeout()
|
||||
Expect(session2.ExitCode()).To(Equal(0))
|
||||
})
|
||||
|
Reference in New Issue
Block a user