Skip to content

Commit

Permalink
Fix the update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Dec 5, 2014
1 parent f5dd513 commit 2a53b00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hack/e2e-suite/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ function validate() {
exit -1
fi
}

if [[ "$current_status" != "0001-01-01T00:00:00Z" ]]; then
echo " $id is created but not running"
if [[ "$current_status" == "<no value>" ]]; then
echo " $id is created but not running ${current_status}"
continue
fi

Expand Down

0 comments on commit 2a53b00

Please sign in to comment.