Updating baselines and testing helper script.

This commit is contained in:
Robin Sommer 2011-09-12 12:12:47 -07:00
parent 83783c5ca7
commit 6ffde1abc2
3 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,7 @@ cfg=traces.cfg
for p in .proxy ../.proxy; do
if [ -e $p ]; then
proxy=`cat $p | head -1 | awk '{print $1}'`
echo Using proxy $p ...
echo Using proxy $proxy ...
proxy="ALL_PROXY=$proxy"
break
fi
@ -73,6 +73,8 @@ cat $cfg | while read line; do
echo "`basename $file` already available."
fi
rm -f $fp.tmp
done