5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2025-01-03 09:17:36 +03:00

tests: run with static TZ value

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

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2021-05-19 11:49:19 +02:00 committed by Thomas Lamprecht
parent 658932f7f5
commit 4d22a9729d

View File

@ -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: