浏览代码

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

Change-Id: I2c1e80307efaa963313bf89284066bc0429e9cd8
tags/7.0.2
Leif Åstrand 11 年前
父节点
当前提交
7abb5e3397
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1
    3
      scripts/merge-check.sh

+ 1
- 3
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']"

正在加载...
取消
保存