Browse Source

Fix copy/paste error in teamcity integration

tags/7.0.0.beta1
Leif Åstrand 12 years ago
parent
commit
2a60b68954
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/merge-check.sh

+ 1
- 1
scripts/merge-check.sh View File

@@ -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?

Loading…
Cancel
Save