Browse Source

Don't provide details to teamcity as it nowadays gets those from stdout

Change-Id: I2c1e80307efaa963313bf89284066bc0429e9cd8
tags/7.0.2
Leif Åstrand 11 years ago
parent
commit
7abb5e3397
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      scripts/merge-check.sh

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

@@ -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']"

Loading…
Cancel
Save