status invalid Hello Max,
Max Brustkern [2016-05-04 18:36 -0000]: > --- qemu --qemu-options '-pflash ~/kvm-images/bios.bin -display sdl' > [...] > adt-virt-qemu: error: argument --qemu-options: expected one argument Indeed the first '-' in the value confuses the option parser. You have to use --qemu-options='...', then it will work as intended. This is not related to multiple arguments. The manpage shows this correctly. Unfortunately there's no way to make argparse's --help output use an '=' instead of a space. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578339 Title: Problems passing multiple arguments to --qemu-options for adt-virt- qemu from adt-run To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1578339/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
