[PATCH] testbot/build: Add an empty line before the GitPull() message.

Francois Gouget fgouget at codeweavers.com
Thu Jun 14 03:34:41 CDT 2018


GitPull() is not the first command being run anymore.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/build/Reconfig.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/build/Reconfig.pl b/testbot/bin/build/Reconfig.pl
index 706da255a..32cbad7c7 100755
--- a/testbot/bin/build/Reconfig.pl
+++ b/testbot/bin/build/Reconfig.pl
@@ -125,7 +125,7 @@ sub BuildTestLauncher()
 
 sub GitPull()
 {
-  InfoMsg "Updating the Wine source\n";
+  InfoMsg "\nUpdating the Wine source\n";
   system("cd $DataDir/wine && git pull >>$LogFileName 2>&1");
   if ($? != 0)
   {
-- 
2.17.1




More information about the wine-devel mailing list