Francois Gouget : testbot/build: Add an empty line before the GitPull() message.
Module: tools Branch: master Commit: 470ba11e3159016d209aca8e0c91b5f925b9efcb URL: https://source.winehq.org/git/tools.git/?a=commit;h=470ba11e3159016d209aca8e... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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) {
participants (1)
-
Alexandre Julliard