From 2a53b002ef1c9f75070893108e48a9d6ec28c8ad Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Fri, 5 Dec 2014 15:18:31 -0800 Subject: [PATCH] Fix the update test. --- hack/e2e-suite/update.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hack/e2e-suite/update.sh b/hack/e2e-suite/update.sh index a58cf1e27f343..5a379352987bd 100755 --- a/hack/e2e-suite/update.sh +++ b/hack/e2e-suite/update.sh @@ -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" == "" ]]; then + echo " $id is created but not running ${current_status}" continue fi