Skip to content

Commit

Permalink
Shutdown machine after preparing WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Herranz Ramírez committed Jan 17, 2025
1 parent b2f91c8 commit 07e1594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/wsl/prepare_wsl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ sub run {
);
$self->install_certificates;

$self->reboot_or_shutdown(is_reboot => 1);
$self->wait_boot_windows;
# Poweroff machine to upload new image
$self->reboot_or_shutdown(is_reboot => 0);
}

1;

0 comments on commit 07e1594

Please sign in to comment.