1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Merge pull request #373 from nh2/patch-1

integration testing: Fix attribute name for interactive testing
This commit is contained in:
Domen Kožar 2022-10-25 13:28:32 +01:00 committed by GitHub
commit 130df21a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,7 @@ with the script or access a terminal for a machine.
To interactively start a Python session with a testing framework:
```shell-session
$ $(nix-build -A driver postgrest.nix)/bin/nixos-test-driver
$ $(nix-build -A driverInteractive postgrest.nix)/bin/nixos-test-driver
...
starting VDE switch for network 1
>>>