mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-04 14:21:02 +03:00
Merge pull request #301799 from alyssais/QEMU_OPTS
nixos/test-driver: don't add QEMU_OPTS twice
This commit is contained in:
commit
aaef13b238
@ -165,8 +165,6 @@ class StartCommand:
|
|||||||
)
|
)
|
||||||
if not allow_reboot:
|
if not allow_reboot:
|
||||||
qemu_opts += " -no-reboot"
|
qemu_opts += " -no-reboot"
|
||||||
# TODO: qemu script already catpures this env variable, legacy?
|
|
||||||
qemu_opts += " " + os.environ.get("QEMU_OPTS", "")
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
f"{self._cmd}"
|
f"{self._cmd}"
|
||||||
|
Loading…
Reference in New Issue
Block a user