summaryrefslogtreecommitdiff
path: root/test/e2e/run_restart_test.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-03-15 11:42:29 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-15 17:45:11 +0000
commit99b959560aee809cbd72f71947e934ee76b23ef3 (patch)
tree7efd880dc3754054c16ee85448e86b4976f533b3 /test/e2e/run_restart_test.go
parent525d023c89bdbacf5ea71d58185d2510b4de73ec (diff)
downloadpodman-99b959560aee809cbd72f71947e934ee76b23ef3.tar.gz
podman-99b959560aee809cbd72f71947e934ee76b23ef3.tar.bz2
podman-99b959560aee809cbd72f71947e934ee76b23ef3.zip
Fix test build
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #482 Approved by: baude
Diffstat (limited to 'test/e2e/run_restart_test.go')
-rw-r--r--test/e2e/run_restart_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/run_restart_test.go b/test/e2e/run_restart_test.go
index c55dfa1d3..72a48987d 100644
--- a/test/e2e/run_restart_test.go
+++ b/test/e2e/run_restart_test.go
@@ -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())