mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
Fix test build
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #482 Approved by: baude
This commit is contained in:
@ -8,6 +8,7 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"encoding/json"
|
||||
"github.com/containers/image/copy"
|
||||
|
@ -38,7 +38,7 @@ var _ = Describe("Podman run restart containers", func() {
|
||||
})
|
||||
|
||||
It("Podman start after signal kill", func() {
|
||||
session := podmanTest.RunTopContainer("test1")
|
||||
_ = podmanTest.RunTopContainer("test1")
|
||||
ok := WaitForContainer(&podmanTest)
|
||||
Expect(ok).To(BeTrue())
|
||||
|
||||
|
Reference in New Issue
Block a user