From 7cdc4763b0b34b3b14f05510a23f3979b96cdc98 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Tue, 24 Mar 2015 17:39:51 -0400 Subject: [PATCH] Test pod describe in hack/test-cmd.sh --- hack/test-cmd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/test-cmd.sh b/hack/test-cmd.sh index 8de98db87de5..060a73ee5d62 100755 --- a/hack/test-cmd.sh +++ b/hack/test-cmd.sh @@ -213,6 +213,7 @@ echo "templates: ok" osc get pods --match-server-version osc create -f examples/hello-openshift/hello-pod.json +osc describe pod hello-openshift osc delete pods hello-openshift echo "pods: ok"