[tools] testbot: Tweak placement of 'Re:' in the Job title.

Francois Gouget fgouget at codeweavers.com
Fri Mar 6 06:18:16 CST 2020


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

This moves it back to where it was before the ParseSubject() patch.

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

diff --git a/testbot/lib/WineTestBot/Patches.pm b/testbot/lib/WineTestBot/Patches.pm
index 7cd780e5e0..54b6c5e49c 100644
--- a/testbot/lib/WineTestBot/Patches.pm
+++ b/testbot/lib/WineTestBot/Patches.pm
@@ -236,7 +236,7 @@ sub Submit($$;$)
   my $PropertyDescriptor = $Jobs->GetPropertyDescriptorByName("Remarks");
   my $Remarks = "[$PatchesMailingList] ";
   # Keep Re because it's similar to a version
-  $Remarks = "$SubjectInfo->{Re} $Remarks" if ($SubjectInfo->{Re});
+  $Remarks .= "$SubjectInfo->{Re} " if ($SubjectInfo->{Re});
   $Remarks .= "$SubjectInfo->{Domain} " if ($SubjectInfo->{Domain});
   $Remarks .= "v$SubjectInfo->{Version} " if ($SubjectInfo->{Version});
   $Remarks .= $SubjectInfo->{Title};
-- 
2.20.1




More information about the wine-devel mailing list