public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH common] tests: run with static TZ value
@ 2021-05-19  9:49 Fabian Grünbichler
  2021-05-19 16:08 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Grünbichler @ 2021-05-19  9:49 UTC (permalink / raw)
  To: pve-devel

else tests may randomly fail depending on which local TZ is set..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
---
 test/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile b/test/Makefile
index 85ecac5..27489de 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -10,7 +10,7 @@ check: lock_file.test calendar_event_test.test convert_size_test.test procfs_tes
 	for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
 
 %.test: %.pl
-	./$<
+	TZ=UTC-1 ./$<
 
 distclean: clean
 clean:
-- 
2.20.1





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-19 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19  9:49 [pve-devel] [PATCH common] tests: run with static TZ value Fabian Grünbichler
2021-05-19 16:08 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal