diff options
| author | NoƩ Lopez <noelopez@free.fr> | 2025-12-19 20:08:59 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-15 20:26:28 +0100 |
| commit | 1d455fb8bff2efe95391258e5986e02f8b4e0e70 (patch) | |
| tree | ce4dcedf7e57a1473fcbc94c49bebdf37ab04814 /gnu | |
| parent | fc53f7c83106ba9a95aca5e194556e50f84c1474 (diff) | |
tests: install: Fix timezone check.
The default timezone is set to Europe/Zaghreb, however the new check
introduced in 0a9eb3f3e2b7a08e6df4db44bc6fd56f2cd34173 was checking for the
one in the operating-system definition, which is Europe/Paris.
* gnu/tests/install.scm (gui-test-program): Explicitely set timezone to
Europe/Paris.
Change-Id: I7b5d327f13760632c9fbc0c1223a6a9bbc624f4d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Merges: #4977
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/tests/install.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index 1bf7ebcb80c..0bcf1458986 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -1901,7 +1901,9 @@ build (current-guix) and then store a couple of full system images.") #$marionette) (screenshot "installer-start.ppm") - (marionette-eval* '(choose-locale+keyboard installer-socket) + (marionette-eval* '(choose-locale+keyboard + installer-socket + #:timezone '("Europe" "Paris")) #$marionette) (screenshot "installer-locale.ppm") |
