multipass-test:release/1.10

Last commit made on 2022-07-16
Get this branch:
git clone -b release/1.10 https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
release/1.10
Repository:
lp:multipass-test

Recent commits

5b05fb6... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2664

2664: Fix execution of `sudo` through `exec` command r=townsend2010 a=luis4a0

Fixes #2663.

Co-authored-by: Luis Peñaranda <email address hidden>

fd605e5... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2647

2647: [daemon] Move starting instances back to main thread r=luis4a0 a=townsend2010

Fixes #2646

Co-authored-by: Chris Townsend <email address hidden>

a0d69b4... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2637

2637: Fix Blueprint name mismatch r=townsend2010 a=luis4a0

Fixes #2542.

Co-authored-by: Luis Peñaranda <email address hidden>

07ab33c... by Luis Peñaranda

[blueprints] Improve name mismatch error message.

ce103a9... by Luis Peñaranda

[tests] Make Blueprint tests expect a new check.

25957c5... by Luis Peñaranda

[tests] Check throwing on Blueprint name mismatch.

6e8edd6... by Luis Peñaranda

[blueprints] Check definition name.

`launch` will now fail if the filename does not match the defined
blueprint.

47b280c... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2636

2636: [cli] Remove --help-all option r=andrei-toterman a=luis4a0

`--help-all` is handled by Qt and does not add any output to --help.

Fixes #2635.

Co-authored-by: Luis Peñaranda <email address hidden>
Co-authored-by: Luis Peñaranda <email address hidden>

970ccd1... by Luis Peñaranda

[cli] Add -? option on Windows.

ef20992... by Luis Peñaranda

[cli] Remove --help-all option.

--help-all is handled bt Qt and does not add any output to --help.
Moreover, it was reported to fail in some cases.