[PATCH] testbot/Engine: Redirect stderr so Perl errors are logged.
25 Sep
2019
25 Sep
'19
1:52 a.m.
Signed-off-by: Francois Gouget <fgouget(a)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
2360
Age (days ago)
2360
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget