From eee5986ac3c77d045016165c67bfcda8c9cfc795 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Tue, 5 Nov 2019 19:56:21 -0500 Subject: nixos/tests: add gnome-installed-tests with builder function The test script is also ported to python. --- nixos/tests/xdg-desktop-portal.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 nixos/tests/xdg-desktop-portal.nix (limited to 'nixos/tests/xdg-desktop-portal.nix') diff --git a/nixos/tests/xdg-desktop-portal.nix b/nixos/tests/xdg-desktop-portal.nix deleted file mode 100644 index 79ebb83c49a..00000000000 --- a/nixos/tests/xdg-desktop-portal.nix +++ /dev/null @@ -1,17 +0,0 @@ -# run installed tests -import ./make-test.nix ({ pkgs, ... }: - -{ - name = "xdg-desktop-portal"; - meta = { - maintainers = pkgs.xdg-desktop-portal.meta.maintainers; - }; - - machine = { pkgs, ... }: { - environment.systemPackages = with pkgs; [ gnome-desktop-testing ]; - }; - - testScript = '' - $machine->succeed("gnome-desktop-testing-runner -d '${pkgs.xdg-desktop-portal.installedTests}/share'"); - ''; -}) -- cgit 1.4.1