Default to running test build during extdev

This commit is contained in:
Kovid Goyal 2021-04-21 07:55:42 +05:30
parent d7150a4b86
commit e1f1572377
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -222,7 +222,7 @@ class ExtDev(Command):
def run(self, opts):
which, ext = opts.cli_args[:2]
cmd = opts.cli_args[2:]
cmd = opts.cli_args[2:] or ['calibre-debug', '--test-build']
bitness = '64' if which == 'windows' else ''
ext_dir = build_only(which, bitness, ext)
if which == 'windows':