Re: [PATCH 5/8] run-coverity-scan: add --no-update-tools option

2020-04-27 Thread Paolo Bonzini
On 27/04/20 14:46, Peter Maydell wrote: >> -if [ "$UPDATE_ONLY" = yes ] && [ "$DOCKER" = yes ]; then >> +if [ "$UPDATE" = only ] && [ "$DOCKER" = yes ]; then >> echo "Combining --docker and --update-only is not supported" > Pre-existing bug,but this error message should say > "--update-tools-o

Re: [PATCH 5/8] run-coverity-scan: add --no-update-tools option

2020-04-27 Thread Peter Maydell
On Wed, 22 Apr 2020 at 18:24, Paolo Bonzini wrote: > > Provide a quick way to skip building the container while we figure out how > to get caching right. > > Signed-off-by: Paolo Bonzini > --- > scripts/coverity-scan/run-coverity-scan | 37 +++-- > 1 file changed, 23 insertio

[PATCH 5/8] run-coverity-scan: add --no-update-tools option

2020-04-22 Thread Paolo Bonzini
Provide a quick way to skip building the container while we figure out how to get caching right. Signed-off-by: Paolo Bonzini --- scripts/coverity-scan/run-coverity-scan | 37 +++-- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/scripts/coverity-scan/run-cove