Compare commits
1 commit
7930f9191d
...
1ed162b7ce
Author | SHA1 | Date | |
---|---|---|---|
1ed162b7ce |
1 changed files with 5 additions and 4 deletions
|
@ -10,8 +10,9 @@ Run single test: `nix build .#checks.x86_64-linux.nixos-modules.entries.vm-test-
|
||||||
|
|
||||||
### Run Test Interactively
|
### Run Test Interactively
|
||||||
|
|
||||||
```bash
|
|
||||||
nix run .#checks.x86_64-linux.nixos-modules.entries.vm-test-run-testNameAsInDerivationName.driverInteractive
|
|
||||||
```
|
|
||||||
|
|
||||||
See [upstream documentation](https://nixos.org/manual/nixos/stable/#sec-running-nixos-tests-interactively) for more details.
|
See [upstream documentation](https://nixos.org/manual/nixos/stable/#sec-running-nixos-tests-interactively) for more details.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
nix build .#checks.x86_64-linux.nixos-modules.entries.vm-test-run-testNameAsInDerivationName.driverInteractive
|
||||||
|
./result/bin/nixos-test-driver
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue