[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates-frozen updated: tests: Fix installation tests.
From: |
guix-commits |
Subject: |
branch core-updates-frozen updated: tests: Fix installation tests. |
Date: |
Tue, 23 Nov 2021 03:40:34 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch core-updates-frozen
in repository guix.
The following commit(s) were added to refs/heads/core-updates-frozen by this
push:
new 4efc08d tests: Fix installation tests.
4efc08d is described below
commit 4efc08d895274ee39e6e6e5c49121fb05a0281b6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Nov 23 08:37:58 2021 +0000
tests: Fix installation tests.
Use a CEST timezone as this is the assumed timezone in the run-basic-test
procedure.
* gnu/tests/install.scm (%encrypted-root-not-boot-os,
%btrfs-root-on-subvolume-os): Use a CEST timezone.
---
gnu/tests/install.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 38785ae..a4b8b66 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -925,7 +925,7 @@ reboot\n")
(operating-system
(host-name "bootroot")
- (timezone "Europe/Madrid")
+ (timezone "Europe/Paris")
(locale "en_US.UTF-8")
(bootloader (bootloader-configuration
@@ -1168,7 +1168,7 @@ RAID-0 (stripe) root partition.")
(operating-system
(host-name "hurd")
- (timezone "America/Montreal")
+ (timezone "Europe/Paris")
(locale "en_US.UTF-8")
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates-frozen updated: tests: Fix installation tests.,
guix-commits <=