Francois Gouget : testbot/SetWinLocale: Make the reboot trace more informative.
Module: tools Branch: master Commit: 0073993c3d055d397c4392aa3805934b89daed83 URL: https://source.winehq.org/git/tools.git/?a=commit;h=0073993c3d055d397c4392aa... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Jan 24 20:57:14 2022 +0100 testbot/SetWinLocale: Make the reboot trace more informative. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/bin/SetWinLocale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/bin/SetWinLocale b/testbot/bin/SetWinLocale index f806498..73b09eb 100755 --- a/testbot/bin/SetWinLocale +++ b/testbot/bin/SetWinLocale @@ -823,8 +823,8 @@ if ($OptUTF8) if ($OptReboot) { - Debug(Elapsed($Start), " Rebooting Windows\n"); $Cmd = ["shutdown.exe", "/r", "/t", "0"]; + Debug(Elapsed($Start), " Rebooting: ", join(" ", @$Cmd), "\n"); $TA->Run($Cmd, 0); # Note that we cannot wait for this command since it reboots Windows
participants (1)
-
Alexandre Julliard