Skip to content

Commit

Permalink
Merge pull request kubernetes#1195 from jbeda/fix-e2e
Browse files Browse the repository at this point in the history
Fix label query in e2e basic.sh
  • Loading branch information
brendandburns committed Sep 5, 2014
2 parents e4cd06d + 0733272 commit c122f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e-suite/basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function teardown() {

trap "teardown" EXIT

POD_ID_LIST=$($KUBECFG '-template={{range.Items}}{{.ID}} {{end}}' -l name=myNginx list pods)
POD_ID_LIST=$($KUBECFG '-template={{range.Items}}{{.ID}} {{end}}' -l replicationController=myNginx list pods)
# Container turn up on a clean cluster can take a while for the docker image pull.
ALL_RUNNING=0
while [ $ALL_RUNNING -ne 1 ]; do
Expand Down

0 comments on commit c122f02

Please sign in to comment.