summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/development
diff options
context:
space:
mode:
authorlewo <lewo@abesis.fr>2021-08-08 10:24:47 +0200
committerGitHub <noreply@github.com>2021-08-08 10:24:47 +0200
commit7aa78642c5f2be070c92b6f2d8762ef1390234cb (patch)
tree20870ea48fa01e829fa1467a22cb0c4909e5d70e /nixos/doc/manual/from_md/development
parent3a3f82631fa60bece8a7d499eee29e522c770fd8 (diff)
parent926fb9396881202e727e5ec1fbf609b64455b388 (diff)
downloadnixpkgs-7aa78642c5f2be070c92b6f2d8762ef1390234cb.tar
nixpkgs-7aa78642c5f2be070c92b6f2d8762ef1390234cb.tar.gz
nixpkgs-7aa78642c5f2be070c92b6f2d8762ef1390234cb.tar.bz2
nixpkgs-7aa78642c5f2be070c92b6f2d8762ef1390234cb.tar.lz
nixpkgs-7aa78642c5f2be070c92b6f2d8762ef1390234cb.tar.xz
nixpkgs-7aa78642c5f2be070c92b6f2d8762ef1390234cb.tar.zst
nixpkgs-7aa78642c5f2be070c92b6f2d8762ef1390234cb.zip
Merge pull request #125979 from blaggacao/nixos-test-ref/03-normalse-the-python-entrypoint
nixos/test-driver: normalize the python entrypoint
Diffstat (limited to 'nixos/doc/manual/from_md/development')
-rw-r--r--nixos/doc/manual/from_md/development/running-nixos-tests-interactively.section.xml15
1 files changed, 2 insertions, 13 deletions
diff --git a/nixos/doc/manual/from_md/development/running-nixos-tests-interactively.section.xml b/nixos/doc/manual/from_md/development/running-nixos-tests-interactively.section.xml
index a2030e9c073..17003cbcbfd 100644
--- a/nixos/doc/manual/from_md/development/running-nixos-tests-interactively.section.xml
+++ b/nixos/doc/manual/from_md/development/running-nixos-tests-interactively.section.xml
@@ -6,7 +6,7 @@
   </para>
   <programlisting>
 $ nix-build nixos/tests/login.nix -A driverInteractive
-$ ./result/bin/nixos-test-driver
+$ ./result/bin/nixos-test-driver --interactive
 starting VDE switch for network 1
 &gt;
 </programlisting>
@@ -26,22 +26,11 @@ starting VDE switch for network 1
     the test (e.g. to debug the test script).
   </para>
   <para>
-    To just start and experiment with the VMs, run:
-  </para>
-  <programlisting>
-$ nix-build nixos/tests/login.nix -A driverInteractive
-$ ./result/bin/nixos-run-vms
-</programlisting>
-  <para>
-    The script <literal>nixos-run-vms</literal> starts the virtual
-    machines defined by test.
-  </para>
-  <para>
     You can re-use the VM states coming from a previous run by setting
     the <literal>--keep-vm-state</literal> flag.
   </para>
   <programlisting>
-$ ./result/bin/nixos-run-vms --keep-vm-state
+$ ./result/bin/nixos-test-driver --interactive --keep-vm-state
 </programlisting>
   <para>
     The machine state is stored in the