1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-15 00:05:11 +02:00
Files
jc/runtests.sh
pettai 896891ad9e 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>
2025-03-30 12:33:45 -07:00

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