summaryrefslogtreecommitdiffstats
path: root/nixos/tests/soapui.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/soapui.nix')
-rw-r--r--nixos/tests/soapui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/soapui.nix b/nixos/tests/soapui.nix
index 205128df91f4..76a87ed5efa1 100644
--- a/nixos/tests/soapui.nix
+++ b/nixos/tests/soapui.nix
@@ -16,7 +16,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
testScript = ''
machine.wait_for_x()
- machine.succeed("soapui &")
+ machine.succeed("soapui >&2 &")
machine.wait_for_window(r"SoapUI \d+\.\d+\.\d+")
machine.sleep(1)
machine.screenshot("soapui")