Francois Gouget : testbot/Engine: Redirect stderr so Perl errors are logged.

Alexandre Julliard julliard at winehq.org
Wed Sep 25 16:21:27 CDT 2019


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Sep 25 08:52:02 2019 +0200

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/bin/Engine.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl
index 81d3afc..aed0e51 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";




More information about the wine-cvs mailing list