From 2a60b689543140176dda020a75e5e96e17d0e26c Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Tue, 24 Jul 2012 15:00:31 +0300 Subject: Fix copy/paste error in teamcity integration --- scripts/merge-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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? -- cgit v1.2.3