mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
Switch TZ to a generic name (#635)
Switch TZ to a more generic name that works under minimal chrooted builds. (America/Los_Angeles, Pacific, PST, PST8PDT) This fixes pbuilder builds on Ubuntu Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
# 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
|
||||
# system should be in "America/Los_Angeles" (PST8PDT) timezone for all tests
|
||||
# to pass ensure no local plugin parsers are installed for all tests to pass
|
||||
|
||||
TZ=America/Los_Angeles python3 -m unittest -v
|
||||
TZ=PST8PDT python3 -m unittest -v
|
||||
|
Reference in New Issue
Block a user