summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--controller/bin/dtf-get-machine.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/controller/bin/dtf-get-machine.in b/controller/bin/dtf-get-machine.in
index 6f9873c..54a3253 100644
--- a/controller/bin/dtf-get-machine.in
+++ b/controller/bin/dtf-get-machine.in
@@ -99,8 +99,7 @@ test -z "$opt_name" && opt_name="testing-$image"
info "booting machine $image_version from $image"
-machine=$(boot "$opt_name" "$image" "$flavor")
+machine=$(boot "$opt_name" "$image" "$flavor") || exit 1
info "machine id: $machine"
-
get_ip "$machine"