Fix the update test.

pull/6/head
Brendan Burns 2014-12-05 15:18:31 -08:00
parent f5dd5138ef
commit 2a53b002ef
1 changed files with 2 additions and 3 deletions

View File

@ -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