@@ -109,18 +109,18 @@ (define test
(define %test-gdm-x11
(system-test
- (name "gdm")
+ (name "gdm-x11")
(description "Basic tests for the GDM service. (X11)")
(value (run-gdm-test))))
(define %test-gdm-wayland
(system-test
- (name "gdm")
+ (name "gdm-wayland")
(description "Basic tests for the GDM service. (Wayland)")
(value (run-gdm-test #:wayland? #t))))
(define %test-gdm-wayland-tmpfs
(system-test
- (name "gdm")
+ (name "gdm-wayland-tmpfs")
(description "Basic tests for the GDM service. (Wayland, /tmp as tmpfs)")
(value (run-gdm-test #:wayland? #t #:tmp-tmpfs? #t))))