]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix copy/paste error in teamcity integration
authorLeif Åstrand <leif@vaadin.com>
Tue, 24 Jul 2012 12:00:31 +0000 (15:00 +0300)
committerLeif Åstrand <leif@vaadin.com>
Tue, 24 Jul 2012 12:00:31 +0000 (15:00 +0300)
scripts/merge-check.sh

index 9b82a7b463bf9307a2e56dde717bb13a82b6cb41..ef52cd44f4eb7ed0e799f651b0f3f18c9c49c20a 100755 (executable)
@@ -9,7 +9,7 @@ then
 fi
 
 testname="merge check for `pwd|sed "s/.*\///"`"
-echo "##teamcity[testStarted name='$testname' captureStandardOutput='<true/false>']"
+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?