Change name of driverInteractive option to match nixpkgs.
This commit is contained in:
parent
e51a1d3ed0
commit
fc7ea5814d
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
runVM = hostPkgs.writeShellScriptBin "run-vm"
|
driverInteractive = hostPkgs.writeShellScriptBin "run-vm"
|
||||||
(defaultTest {
|
(defaultTest {
|
||||||
extraDriverArgs = "--interactive";
|
extraDriverArgs = "--interactive";
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue