소스 검색

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

Loading…
취소
저장