summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-11-06 13:05:12 +0100
committerRobert Hensing <robert@roberthensing.nl>2021-11-06 13:46:51 +0100
commit2a4d433b1f194595c819cec88361a1e402ebadb8 (patch)
treef882b1233cfc476cbb5763c39033fa0f0c7c09f1 /nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
parentac971cdc544955ac1d590182aeb25c4c8cacd46e (diff)
downloadnixpkgs-2a4d433b1f194595c819cec88361a1e402ebadb8.tar
nixpkgs-2a4d433b1f194595c819cec88361a1e402ebadb8.tar.gz
nixpkgs-2a4d433b1f194595c819cec88361a1e402ebadb8.tar.bz2
nixpkgs-2a4d433b1f194595c819cec88361a1e402ebadb8.tar.lz
nixpkgs-2a4d433b1f194595c819cec88361a1e402ebadb8.tar.xz
nixpkgs-2a4d433b1f194595c819cec88361a1e402ebadb8.tar.zst
nixpkgs-2a4d433b1f194595c819cec88361a1e402ebadb8.zip
nixosTest: Add xclip as example of stdout blocker
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes/rl-2111.section.xml')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 543f3d61980..e3cbb451acd 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -450,9 +450,10 @@
         <para>
           The NixOS VM test framework,
           <literal>pkgs.nixosTest</literal>/<literal>make-test-python.nix</literal>,
-          now requires non-terminating commands such as
-          <literal>succeed(&quot;foo &amp;&quot;)</literal> to close
-          stdout. This can be done with a redirect such as
+          now requires detaching commands such as
+          <literal>succeed(&quot;foo &amp;&quot;)</literal> and
+          <literal>succeed(&quot;foo | xclip -i&quot;)</literal> to
+          close stdout. This can be done with a redirect such as
           <literal>succeed(&quot;foo &gt;&amp;2 &amp;&quot;)</literal>.
           This breaking change was necessitated by a race condition
           causing tests to fail or hang. It applies to all methods that