Skip to content

Commit

Permalink
squash: missing hard passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Mar 4, 2024
1 parent 2c19dce commit 78abb53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmt/steps/provision/mrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,8 @@ def reboot(
lambda: self._run_guest_command(reboot_script.to_shell_command()),
timeout=timeout,
tick=tick,
tick_increase=tick_increase)
tick_increase=tick_increase,
hard=True)

return super().reboot(
hard=hard,
Expand Down

0 comments on commit 78abb53

Please sign in to comment.