~ruther/guix-local

1d455fb8bff2efe95391258e5986e02f8b4e0e70 — NoĆ© Lopez 2 months ago fc53f7c
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
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/tests/install.scm
M gnu/tests/install.scm => gnu/tests/install.scm +3 -1
@@ 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")