mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-08 22:36:48 +02:00
fix: Add TZ for runtests.sh
This commit is contained in:
@ -2,4 +2,4 @@
|
|||||||
# system should be in "America/Los_Angeles" timezone for all tests to pass
|
# system should be in "America/Los_Angeles" timezone for all tests to pass
|
||||||
# ensure no local plugin parsers are installed for all tests to pass
|
# ensure no local plugin parsers are installed for all tests to pass
|
||||||
|
|
||||||
python3 -m unittest -v
|
TZ=America/Los_Angeles python3 -m unittest -v
|
||||||
|
Reference in New Issue
Block a user