about summary refs log tree commit diff
path: root/nixos/tests/pantheon.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-11-05 21:13:36 +0100
committerRobert Hensing <robert@roberthensing.nl>2021-11-05 21:13:36 +0100
commit0fb806301dd627c7eb342658796da1a8c9ba586e (patch)
treece62cc9dc591d0e267257b1a589f91a4e4cdd0e4 /nixos/tests/pantheon.nix
parentedc67d3862c242b254e3eff0b61bd5cef989e4d1 (diff)
nixosTests.pantheon: Redirect stdout to avoid blocking
Diffstat (limited to 'nixos/tests/pantheon.nix')
-rw-r--r--nixos/tests/pantheon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/pantheon.nix b/nixos/tests/pantheon.nix
index 20aee2eb7a4ca..aebf6b534476e 100644
--- a/nixos/tests/pantheon.nix
+++ b/nixos/tests/pantheon.nix
@@ -51,7 +51,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
         machine.wait_for_window("plank")
 
     with subtest("Open elementary terminal"):
-        machine.execute("su - ${user.name} -c 'DISPLAY=:0 io.elementary.terminal &'")
+        machine.execute("su - ${user.name} -c 'DISPLAY=:0 io.elementary.terminal >&2 &'")
         machine.wait_for_window("io.elementary.terminal")
         machine.sleep(20)
         machine.screenshot("screen")