Fix system tests

This commit is contained in:
Lorenzo Bolla
2021-09-21 18:52:43 +02:00
parent ff51c46915
commit 787cc8e3ee
51 changed files with 607 additions and 66 deletions

View File

@@ -174,6 +174,7 @@ func (downloader *downloaderImpl) DownloadWithChecksum(ctx context.Context, url
if downloader.progress != nil {
downloader.progress.Printf("Downloading %s...\n", url)
defer downloader.progress.Flush()
}
req, err := downloader.newRequest(ctx, "GET", url)