mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Quieting external test output somehwat.
This commit is contained in:
parent
0197a9a551
commit
99f59dc5c0
3 changed files with 6 additions and 6 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0-336
|
||||
2.0-338
|
||||
|
|
4
testing/external/Makefile
vendored
4
testing/external/Makefile
vendored
|
@ -6,11 +6,11 @@ DIAG=diag.log
|
|||
|
||||
all:
|
||||
@rm -f $(DIAG)
|
||||
@for repo in $(REPOS); do (cd $$repo && make ); done
|
||||
@for repo in $(REPOS); do (cd $$repo && make -s ); done
|
||||
|
||||
brief:
|
||||
@rm -f $(DIAG)
|
||||
@for repo in $(REPOS); do (cd $$repo && make brief ); done
|
||||
@for repo in $(REPOS); do (cd $$repo && make -s brief ); done
|
||||
|
||||
init:
|
||||
git clone $(PUBLIC_REPO)
|
||||
|
|
6
testing/external/scripts/update-traces
vendored
6
testing/external/scripts/update-traces
vendored
|
@ -69,9 +69,9 @@ cat $cfg | while read line; do
|
|||
eval "$proxy curl $auth -f --anyauth $url -o $file"
|
||||
echo
|
||||
mv $fp.tmp $fp
|
||||
else
|
||||
echo "`basename $file` already available."
|
||||
fi
|
||||
#else
|
||||
# echo "`basename $file` already available."
|
||||
fi
|
||||
|
||||
rm -f $fp.tmp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue