From cde45da309f402e5f12ddc647c200ad70c9c189d Mon Sep 17 00:00:00 2001 From: Rohit Gupta <rohit.gupta@eurecom.fr> Date: Sun, 14 Aug 2016 12:37:04 +0200 Subject: [PATCH] minor fix for git-retry logging --- cmake_targets/autotests/tools/git-retry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_targets/autotests/tools/git-retry.sh b/cmake_targets/autotests/tools/git-retry.sh index 0645646b74..c1cc93ba42 100755 --- a/cmake_targets/autotests/tools/git-retry.sh +++ b/cmake_targets/autotests/tools/git-retry.sh @@ -8,7 +8,7 @@ RETRIES=10 DELAY=10 COUNT=1 while [ $COUNT -lt $RETRIES ]; do - $REALGIT $* + $REALGIT $* >> git-clone-log.txt 2>&1 if [ $? -eq 0 ]; then RETRIES=0 break -- GitLab