nixos/tests/test-driver: mention drawback

(cherry picked from commit 287144273162acd869f514f7770a3daae4649d37)
This commit is contained in:
Patrick Hilhorst 2021-06-02 14:58:51 +02:00 committed by github-actions[bot]
parent 9046996543
commit 5ed752dd35

View File

@ -444,6 +444,7 @@ machine.systemctl("list-jobs --no-pager", "any-user") # spawns a shell for `any-
<para> <para>
Allows you to directly interact with the guest shell. Allows you to directly interact with the guest shell.
This should only be used during test development, not in production tests. This should only be used during test development, not in production tests.
Killing the interactive session with <literal>Ctrl-d</literal> or <literal>Ctrl-c</literal> also ends the guest session.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>