@@ -1289,7 +1289,7 @@ in {
|
|||||||
xautolock = handleTest ./xautolock.nix {};
|
xautolock = handleTest ./xautolock.nix {};
|
||||||
xfce = handleTest ./xfce.nix {};
|
xfce = handleTest ./xfce.nix {};
|
||||||
xfce-wayland = handleTest ./xfce-wayland.nix {};
|
xfce-wayland = handleTest ./xfce-wayland.nix {};
|
||||||
xmonad = handleTest ./xmonad.nix {};
|
xmonad = runTest ./xmonad.nix;
|
||||||
xmonad-xdg-autostart = runTest ./xmonad-xdg-autostart.nix;
|
xmonad-xdg-autostart = runTest ./xmonad-xdg-autostart.nix;
|
||||||
xpadneo = runTest ./xpadneo.nix;
|
xpadneo = runTest ./xpadneo.nix;
|
||||||
xrdp = runTest ./xrdp.nix;
|
xrdp = runTest ./xrdp.nix;
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import ./make-test-python.nix (
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -84,7 +83,7 @@ import ./make-test-python.nix (
|
|||||||
testScript =
|
testScript =
|
||||||
{ nodes, ... }:
|
{ nodes, ... }:
|
||||||
let
|
let
|
||||||
user = nodes.machine.config.users.users.alice;
|
user = nodes.machine.users.users.alice;
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
machine.wait_for_x()
|
machine.wait_for_x()
|
||||||
@@ -128,4 +127,3 @@ import ./make-test-python.nix (
|
|||||||
machine.wait_for_file("/tmp/somefile")
|
machine.wait_for_file("/tmp/somefile")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user