diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-03-06 13:07:35 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2013-03-06 13:10:04 +0200 |
commit | 7abb5e3397cc2bf40a2dbaba94573c7653b4b12e (patch) | |
tree | 73127516284d662848c2bc0132e3681e0f821738 /scripts | |
parent | 67e37c90b2076d2527b08c7cacbac8c31be96029 (diff) | |
download | vaadin-framework-7abb5e3397cc2bf40a2dbaba94573c7653b4b12e.tar.gz vaadin-framework-7abb5e3397cc2bf40a2dbaba94573c7653b4b12e.zip |
Don't provide details to teamcity as it nowadays gets those from stdout
Change-Id: I2c1e80307efaa963313bf89284066bc0429e9cd8
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/merge-check.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/merge-check.sh b/scripts/merge-check.sh index 9e0d5e1e75..e3adf39115 100755 --- a/scripts/merge-check.sh +++ b/scripts/merge-check.sh @@ -24,9 +24,7 @@ else echo $message echo "" $command - # Escape []|' and newline with | to make teamcity happy - details=`$command|sed "s/[]['\|]/|&/g"|perl -p -e 's/\n/|n/'` - echo "##teamcity[testFailed name='$testname' message='$message' details='|n$details']" + echo "##teamcity[testFailed name='$testname' message='$message']" fi echo "##teamcity[testFinished name='$testname']" |