Francois Gouget : testbot/SetWinLocale: Make the reboot trace more informative.

Alexandre Julliard julliard at winehq.org
Mon Jan 24 16:13:11 CST 2022


Module: tools
Branch: master
Commit: 0073993c3d055d397c4392aa3805934b89daed83
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=0073993c3d055d397c4392aa3805934b89daed83

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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
 




More information about the wine-cvs mailing list