Francois Gouget : testbot/build: Add an empty line before the GitPull() message.

Alexandre Julliard julliard at winehq.org
Thu Jun 14 16:22:02 CDT 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Jun 14 10:34:41 2018 +0200

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

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

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

---

 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 706da25..32cbad7 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)
   {




More information about the wine-cvs mailing list