When using --yaml option to show the job information the 'Health' is no
longer with capital 'H'. This patch change the 'Health" to 'health'.
Change-Id: Ifd463b4aee9ca90bbaa017e2f409a5105cec3e93
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
fi
state=$(grep ^state: $JOB_STATUS| cut -d' ' -f2)
if [ $state == "Finished" ]; then
- status=$(grep ^Health: $JOB_STATUS| cut -d' ' -f2)
+ status=$(grep ^health: $JOB_STATUS| cut -d' ' -f2)
echo "LAVA job $job_id completed with status: $status"
break
fi