summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/merge-check.sh2
1 files changed, 1 insertions, 1 deletions
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='<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?