mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Default to running test build during extdev
This commit is contained in:
parent
d7150a4b86
commit
e1f1572377
@ -222,7 +222,7 @@ class ExtDev(Command):
|
|||||||
|
|
||||||
def run(self, opts):
|
def run(self, opts):
|
||||||
which, ext = opts.cli_args[:2]
|
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 ''
|
bitness = '64' if which == 'windows' else ''
|
||||||
ext_dir = build_only(which, bitness, ext)
|
ext_dir = build_only(which, bitness, ext)
|
||||||
if which == 'windows':
|
if which == 'windows':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user