mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-15 00:05:11 +02:00
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>
6 lines
201 B
Bash
Executable File
6 lines
201 B
Bash
Executable File
#!/bin/bash
|
|
# 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=PST8PDT python3 -m unittest -v
|