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
+1 -1
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':