summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/merge-check.sh4
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']"