24 Jan
2022
24 Jan
'22
7:57 p.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- testbot/bin/SetWinLocale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/bin/SetWinLocale b/testbot/bin/SetWinLocale index f806498c4c..73b09eb6fa 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 -- 2.30.2