debugging contrib/buildserver/test_daily.sh. Fixing typos.

This commit is contained in:
Robin Mills 2016-07-19 00:04:30 +00:00
parent 3f9c3d1817
commit 9d23520600

View File

@ -11,7 +11,8 @@ echo -------------------------------
date=$(date '+%Y-%m-%d')
count=4
curl='/usr/local/bin/curl --silent --connect-timeout 30 --max-time 40'
while [ count != 0 ]; do
while [ "$count" != "0" ]; do
if [ "$count" != "4" ]; then echo "*** count = $count ***" ; fi
build=$($curl $JENKINS/$DAILY/ \
|xmllint --html --pretty 1 - 2>/dev/null | grep $PLATFORM \
|grep $date | grep -v -e view | cut -d'"' -f 2 | tail -1 )