Thanks for the fast turnaround :)

Diff comments:

> diff --git a/curtin/commands/block_meta.py b/curtin/commands/block_meta.py
> index d01333e..cef0e49 100644
> --- a/curtin/commands/block_meta.py
> +++ b/curtin/commands/block_meta.py
> @@ -2096,7 +2105,7 @@ def meta_custom(args):
>          with open(device_map_path, 'w') as fp:
>              json.dump(context.id_to_device, fp)
>  
> -    if args.testmode:
> +    if args.testmode and DEVS:

The test I added fails without it but yes, not directly related to the thrust 
of this MP.

>          util.subp(['losetup', '--detach'] + list(DEVS))
>  
>      if args.umount:


-- 
https://code.launchpad.net/~mwhudson/curtin/+git/curtin/+merge/429603
Your team curtin developers is subscribed to branch curtin:master.


-- 
Mailing list: https://launchpad.net/~curtin-dev
Post to     : curtin-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~curtin-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to