From 517bc28360ba6417d5333720f03f010514862ec3 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 28 Apr 2020 14:26:43 -0500 Subject: system tests must pass Signed-off-by: Brent Baude --- cmd/podman/pods/ps.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/podman/pods/ps.go') diff --git a/cmd/podman/pods/ps.go b/cmd/podman/pods/ps.go index 6d0d9cf7f..8ae1f91a8 100644 --- a/cmd/podman/pods/ps.go +++ b/cmd/podman/pods/ps.go @@ -11,6 +11,7 @@ import ( "text/template" "time" + "github.com/containers/libpod/cmd/podman/common" "github.com/containers/libpod/cmd/podman/registry" "github.com/containers/libpod/pkg/domain/entities" "github.com/docker/go-units" @@ -28,6 +29,7 @@ var ( Short: "list pods", Long: psDescription, RunE: pods, + Args: common.NoArgs, } ) -- cgit v1.2.3-54-g00ecf