diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-24 12:50:13 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-24 13:02:07 +0200 |
commit | 3eeb03d1f970478961acf21cecfdf90d5a75043f (patch) | |
tree | 7e6919aa323900be755bf8edf86095a775817413 /test | |
parent | 145d74716c9cbc8d6c83be5a8f6a575543d10d06 (diff) | |
download | podman-3eeb03d1f970478961acf21cecfdf90d5a75043f.tar.gz podman-3eeb03d1f970478961acf21cecfdf90d5a75043f.tar.bz2 podman-3eeb03d1f970478961acf21cecfdf90d5a75043f.zip |
podman: fix --log-opt=path=%s
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/run_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go index 7745bcf6a..7d4039819 100644 --- a/test/e2e/run_test.go +++ b/test/e2e/run_test.go @@ -469,7 +469,6 @@ var _ = Describe("Podman run", func() { }) It("podman run log-opt", func() { - Skip(v2fail) log := filepath.Join(podmanTest.TempDir, "/container.log") session := podmanTest.Podman([]string{"run", "--rm", "--log-opt", fmt.Sprintf("path=%s", log), ALPINE, "ls"}) session.WaitWithDefaultTimeout() |