forked from mirrors/nixpkgs
nixos/tests: Fix subprocess launch call for VM monitor
This crashed in the create-script case
This commit is contained in:
parent
2e52f98ddb
commit
cf138b4e6b
|
@ -588,7 +588,7 @@ class Machine:
|
||||||
stdin=subprocess.DEVNULL,
|
stdin=subprocess.DEVNULL,
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.STDOUT,
|
stderr=subprocess.STDOUT,
|
||||||
shell=False,
|
shell=True,
|
||||||
cwd=self.state_dir,
|
cwd=self.state_dir,
|
||||||
env=environment,
|
env=environment,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue