[tools 3/3] testbot/SetWinLocale: Make the reboot trace more informative.

Francois Gouget fgouget at codeweavers.com
Mon Jan 24 13:57:14 CST 2022


Signed-off-by: Francois Gouget <fgouget at 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



More information about the wine-devel mailing list