Francois Gouget : testbot: Don' t show the TestAgent server version when failing to set the time.
Module: tools Branch: master Commit: b7f27a6b914689b7e05073e56ac40750ce2b04b4 URL: http://source.winehq.org/git/tools.git/?a=commit;h=b7f27a6b914689b7e05073e56... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Mar 12 14:22:59 2014 +0100 testbot: Don't show the TestAgent server version when failing to set the time. The connection may have failed in which case we don't have this information. --- testbot/bin/WineRunTask.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl index ce1adb5..efeac8d 100755 --- a/testbot/bin/WineRunTask.pl +++ b/testbot/bin/WineRunTask.pl @@ -231,7 +231,7 @@ if (defined $ErrMessage) if (!$TA->SetTime()) { # Not a fatal error - LogTaskError("Unable to set the VM system time (". $TA->GetVersion() ."): ". $TA->GetLastError() ."\n", $FullErrFileName); + LogTaskError("Unable to set the VM system time: ". $TA->GetLastError() ."\n", $FullErrFileName); } my $FileType = $Step->FileType;
participants (1)
-
Alexandre Julliard