mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Remove verbose flag from downloader test. (#466)
This commit is contained in:
parent
2e5038f06d
commit
703127a6b3
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ echo '==== run downloader (1)'
|
|||
mkdir ~/downloaded1
|
||||
|
||||
./bin-linux-amd64/csaf_downloader --directory ../downloaded1 \
|
||||
--rate 4.1 --verbose --insecure localhost
|
||||
--rate 4.1 --insecure localhost
|
||||
|
||||
echo
|
||||
echo '==== this was downloaded (1)'
|
||||
|
|
@ -32,7 +32,7 @@ echo '==== run downloader (2)'
|
|||
mkdir ~/downloaded2
|
||||
|
||||
./bin-linux-amd64/csaf_downloader --directory ../downloaded2 \
|
||||
--verbose --insecure https://localhost:9443/.well-known/csaf-aggregator/local-dev-provider2/provider-metadata.json
|
||||
--insecure https://localhost:9443/.well-known/csaf-aggregator/local-dev-provider2/provider-metadata.json
|
||||
|
||||
echo
|
||||
echo '==== this was downloaded (2)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue