sb: Option --source-only-download does not download the source.

The option expansion is missing `--with-download'.

Close #3296
This commit is contained in:
Chris Johns 2018-02-08 09:17:16 +11:00
parent f75dd49ce8
commit e5ec9681be

View File

@ -273,6 +273,7 @@ class command_line:
a = self.args[arg]
if a == '--source-only-download':
self.args += ['--dry-run',
'--with-download',
'--quiet',
'--without-log',
'--without-error-report',