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:
parent
658932f7f5
commit
4d22a9729d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user