Remove unused variables and verbose e2e logs
This commit is contained in:
parent
47b5e20a88
commit
10dcf0db15
35 changed files with 331 additions and 427 deletions
|
|
@ -51,7 +51,7 @@ if $SILENT ; then
|
|||
echo "Running in the silent mode, run with -v if you want to see script logs."
|
||||
fi
|
||||
|
||||
EXCLUDE="verify-all.sh verify-codegen.sh"
|
||||
EXCLUDE="verify-all.sh"
|
||||
|
||||
ret=0
|
||||
for t in `ls $KUBE_ROOT/hack/verify-*.sh`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue