From: Leif Åstrand Date: Tue, 24 Jul 2012 12:00:31 +0000 (+0300) Subject: Fix copy/paste error in teamcity integration X-Git-Tag: 7.0.0.beta1~236^2~37^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2a60b689543140176dda020a75e5e96e17d0e26c;p=vaadin-framework.git Fix copy/paste error in teamcity integration --- diff --git a/scripts/merge-check.sh b/scripts/merge-check.sh index 9b82a7b463..ef52cd44f4 100755 --- a/scripts/merge-check.sh +++ b/scripts/merge-check.sh @@ -9,7 +9,7 @@ then fi testname="merge check for `pwd|sed "s/.*\///"`" -echo "##teamcity[testStarted name='$testname' captureStandardOutput='']" +echo "##teamcity[testStarted name='$testname' captureStandardOutput='true']" command="git --no-pager log --no-color $SINCE..$UNTIL" # TODO Why do I get whitespace in the beginning of the wc output?