From 5ed752dd354b38d7c99e827fc24058158c246798 Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Wed, 2 Jun 2021 14:58:51 +0200 Subject: [PATCH] nixos/tests/test-driver: mention drawback (cherry picked from commit 287144273162acd869f514f7770a3daae4649d37) --- nixos/doc/manual/development/writing-nixos-tests.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/doc/manual/development/writing-nixos-tests.xml b/nixos/doc/manual/development/writing-nixos-tests.xml index c29f2b01064..32321deeddf 100644 --- a/nixos/doc/manual/development/writing-nixos-tests.xml +++ b/nixos/doc/manual/development/writing-nixos-tests.xml @@ -444,6 +444,7 @@ machine.systemctl("list-jobs --no-pager", "any-user") # spawns a shell for `any- Allows you to directly interact with the guest shell. This should only be used during test development, not in production tests. + Killing the interactive session with Ctrl-d or Ctrl-c also ends the guest session.