Module: tools Branch: master Commit: a071a4e1daf1f7dc269fb45077a73786e6bb4878 URL: https://source.winehq.org/git/tools.git/?a=commit;h=a071a4e1daf1f7dc269fb450...
Author: Francois Gouget fgouget@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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";