Francois Gouget : testbot/Engine: Trace the start and stop of the WineTestBot Engine.
Module: tools Branch: master Commit: 368982518d0c3a68792bba39c9ce990564a6f8c5 URL: http://source.winehq.org/git/tools.git/?a=commit;h=368982518d0c3a68792bba39c... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu Oct 4 14:40:21 2012 +0200 testbot/Engine: Trace the start and stop of the WineTestBot Engine. --- testbot/bin/Engine.pl | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl index 947c24c..dfd4923 100755 --- a/testbot/bin/Engine.pl +++ b/testbot/bin/Engine.pl @@ -46,6 +46,7 @@ use WineTestBot::VMs; sub FatalError { LogMsg "Engine: ", @_; + LogMsg "Engine: WineTestBot Engine shutdown caused by a fatal error\n"; exit 1; } @@ -637,6 +638,7 @@ sub main $SIG{CHLD} = \&REAPER; $WineTestBot::Engine::Notify::RunningInEngine = 1; + LogMsg "Engine: Starting the WineTestBot Engine\n"; InitVMs(); @@ -758,6 +760,7 @@ sub main } } + LogMsg "Engine: Normal WineTestBot Engine shutdown\n"; return 0; }
participants (1)
-
Alexandre Julliard