[PATCH] testbot/Engine: Redirect stderr so Perl errors are logged.

Francois Gouget fgouget at codeweavers.com
Wed Sep 25 01:52:02 CDT 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/Engine.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl
index 81d3afc6b..aed0e51d3 100755
--- a/testbot/bin/Engine.pl
+++ b/testbot/bin/Engine.pl
@@ -742,6 +742,7 @@ sub main()
   }
 
   $SIG{CHLD} = \&REAPER;
+  WineTestBot::Log::SetupRedirects();
 
   $WineTestBot::Engine::Notify::RunningInEngine = 1;
   LogMsg "Starting the WineTestBot Engine\n";
-- 
2.20.1




More information about the wine-devel mailing list