diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-07-24 15:00:31 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-07-24 15:00:31 +0300 |
commit | 2a60b689543140176dda020a75e5e96e17d0e26c (patch) | |
tree | c2dc366ba85c0e4a4b8e51dcbb942d6c1afa1abe /scripts | |
parent | 76bfc960d36d6cb384d037c4a3a12b132e0d2556 (diff) | |
download | vaadin-framework-2a60b689543140176dda020a75e5e96e17d0e26c.tar.gz vaadin-framework-2a60b689543140176dda020a75e5e96e17d0e26c.zip |
Fix copy/paste error in teamcity integration
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/merge-check.sh | 2 |
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? |