Francois Gouget : testbot: Clarify a TestBot error message.

Alexandre Julliard julliard at winehq.org
Wed Jan 3 12:15:01 CST 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Jan  3 12:48:13 2018 +0100

testbot: Clarify a TestBot error message.

TestBot users want to know that it's a TestBot process that crashed
rather than their test executable.

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

---

 testbot/lib/WineTestBot/Tasks.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/Tasks.pm b/testbot/lib/WineTestBot/Tasks.pm
index 1f91d26..e0b5192 100644
--- a/testbot/lib/WineTestBot/Tasks.pm
+++ b/testbot/lib/WineTestBot/Tasks.pm
@@ -163,7 +163,7 @@ sub UpdateStatus($$)
     my $TaskDir = $self->CreateDir();
     if (open TASKLOG, ">>$TaskDir/err")
     {
-      print TASKLOG "Child process died unexpectedly\n";
+      print TASKLOG "TestBot process died unexpectedly\n";
       close TASKLOG;
     }
     umask($OldUMask);




More information about the wine-cvs mailing list