summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-10-21 00:41:01 +0200
committerGitHub <noreply@github.com>2020-10-21 00:41:01 +0200
commitf6cd17269ea0076631938886d8ed4764c71d7731 (patch)
tree455945f1c770ac8f325bdd638d7015de5fc98a41 /nixos/doc
parent6e5ccaa34f381d557e8df9f049b69218afd16ad8 (diff)
parent16a7ff5b867f6e9cb615eac7a136421a197921c0 (diff)
Merge pull request #49403 from andir/qemu_test_reduce_closure
qemu_test: disable features that are not needed for tests (closure 641 -> 335.3M)
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/development/running-nixos-tests-interactively.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/development/running-nixos-tests-interactively.xml b/nixos/doc/manual/development/running-nixos-tests-interactively.xml
index a11a9382764d..a6044d5f89e8 100644
--- a/nixos/doc/manual/development/running-nixos-tests-interactively.xml
+++ b/nixos/doc/manual/development/running-nixos-tests-interactively.xml
@@ -9,7 +9,7 @@
The test itself can be run interactively. This is particularly useful when
developing or debugging a test:
<screen>
-<prompt>$ </prompt>nix-build nixos/tests/login.nix -A driver
+<prompt>$ </prompt>nix-build nixos/tests/login.nix -A driverInteractive
<prompt>$ </prompt>./result/bin/nixos-test-driver
starting VDE switch for network 1
<prompt>&gt;</prompt>
@@ -30,7 +30,7 @@ starting VDE switch for network 1
<para>
To just start and experiment with the VMs, run:
<screen>
-<prompt>$ </prompt>nix-build nixos/tests/login.nix -A driver
+<prompt>$ </prompt>nix-build nixos/tests/login.nix -A driverInteractive
<prompt>$ </prompt>./result/bin/nixos-run-vms
</screen>
The script <command>nixos-run-vms</command> starts the virtual machines