0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixosTests.gnome: migrate to runTest

Part of #386873
This commit is contained in:
Piotr Kwiecinski 2025-04-04 21:03:57 +02:00
parent bb93729372
commit c643fa9615
No known key found for this signature in database
GPG key ID: EC0DE1CB9D5258B4
2 changed files with 89 additions and 91 deletions

View file

@ -524,7 +524,7 @@ in
glances = runTest ./glances.nix;
glitchtip = runTest ./glitchtip.nix;
glusterfs = handleTest ./glusterfs.nix { };
gnome = handleTest ./gnome.nix { };
gnome = runTest ./gnome.nix;
gnome-extensions = handleTest ./gnome-extensions.nix { };
gnome-flashback = handleTest ./gnome-flashback.nix { };
gnome-xorg = handleTest ./gnome-xorg.nix { };