mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Updating baselines and testing helper script.
This commit is contained in:
parent
83783c5ca7
commit
6ffde1abc2
3 changed files with 3 additions and 1 deletions
Binary file not shown.
Binary file not shown.
4
testing/external/scripts/update-traces
vendored
4
testing/external/scripts/update-traces
vendored
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue