mirror of
git://git.proxmox.com/git/pve-common.git
synced 2025-01-18 14:03:34 +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
|
for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
|
||||||
|
|
||||||
%.test: %.pl
|
%.test: %.pl
|
||||||
./$<
|
TZ=UTC-1 ./$<
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user