diff --git a/labs/scripts/test/launch_instance.sh b/labs/scripts/test/launch_instance.sh index c9d0e977..b19f9190 100755 --- a/labs/scripts/test/launch_instance.sh +++ b/labs/scripts/test/launch_instance.sh @@ -127,9 +127,9 @@ function wait_for_nova_compute { grep -q "start/running"; then if [ $cnt -eq 300 ]; then # This should never happen. - echo "SUM ERROR nova-compute remains XXX while up." + echo "SUM ABORT nova-compute remains XXX while up." echo "Aborting." - exit + exit 1 fi echo -n . else