[labs] Minor fix

Changes print output from 'k' to '.'.

Change-Id: I26121097170dc6840b04138fde1367de0e62fea7
This commit is contained in:
Pranav Salunke 2015-05-07 13:38:54 +02:00
parent e3e62da3dc
commit 1a661940b6

View File

@ -131,7 +131,7 @@ function wait_for_nova_compute {
echo "Aborting."
exit
fi
echo -n k
echo -n .
else
echo
echo "SUM ERROR nova-compute on compute node has died."