From 087c640e1aa8ae9bf06931ebbf31ad4a91ce7293 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Tue, 6 Aug 2019 18:20:26 -0400 Subject: [PATCH] nixosTests.gnome3-xorg: rename from gnome3 --- nixos/release-combined.nix | 2 +- nixos/tests/all-tests.nix | 2 +- nixos/tests/{gnome3.nix => gnome3-xorg.nix} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename nixos/tests/{gnome3.nix => gnome3-xorg.nix} (98%) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index b9a9515f94ef..9b150f12eeca 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -68,7 +68,7 @@ in rec { nixos.tests.chromium.x86_64-linux or [] (all nixos.tests.firefox) (all nixos.tests.firewall) - (except ["aarch64-linux"] nixos.tests.gnome3) + (except ["aarch64-linux"] nixos.tests.gnome3-xorg) (except ["aarch64-linux"] nixos.tests.pantheon) nixos.tests.installer.zfsroot.x86_64-linux or [] # ZFS is 64bit only (except ["aarch64-linux"] nixos.tests.installer.lvm) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index c3fa53ac544f..d49853825aaa 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -93,7 +93,7 @@ in gitlab = handleTest ./gitlab.nix {}; gitolite = handleTest ./gitolite.nix {}; gjs = handleTest ./gjs.nix {}; - gnome3 = handleTestOn ["x86_64-linux"] ./gnome3.nix {}; # libsmbios is unsupported on aarch64 + gnome3-xorg = handleTestOn ["x86_64-linux"] ./gnome3-xorg.nix {}; # libsmbios is unsupported on aarch64 gnome3-gdm = handleTestOn ["x86_64-linux"] ./gnome3-gdm.nix {}; # libsmbios is unsupported on aarch64 gocd-agent = handleTest ./gocd-agent.nix {}; gocd-server = handleTest ./gocd-server.nix {}; diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3-xorg.nix similarity index 98% rename from nixos/tests/gnome3.nix rename to nixos/tests/gnome3-xorg.nix index b58c9e5a0e32..ae34b6d22b05 100644 --- a/nixos/tests/gnome3.nix +++ b/nixos/tests/gnome3-xorg.nix @@ -1,5 +1,5 @@ import ./make-test.nix ({ pkgs, ...} : { - name = "gnome3"; + name = "gnome3-xorg"; meta = with pkgs.stdenv.lib.maintainers; { maintainers = [ domenkozar eelco lethalman ]; };