Skip to content

Commit

Permalink
bin/test-image: avoid repeating message
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 4, 2024
1 parent d42c710 commit 35b8ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-image
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ done

# Check that cloud variants can be rebooted cleanly.
if [ "${VARIANT}" = "cloud" ]; then
echo "==> Performing post cloud-init reboot test"
for name in ${INSTANCES}; do
echo "==> Performing post cloud-init reboot test"
lxc exec "${name}" -- cloud-init status --wait --long

# If systemd is available, use it to wait for any other job to complete before the restart
Expand Down

0 comments on commit 35b8ee1

Please sign in to comment.