components/python/pytz/runtests.sh
author Brian Utterback <brian.utterback@oracle.com>
Sun, 18 Oct 2015 17:18:20 -0700
branchs11u3-sru
changeset 5014 098db147a904
parent 2884 9ad800ee0577
permissions -rw-r--r--
18408859 NTP Management profile should have auths to edit /etc/inet/ntp.conf

#! /bin/sh

for test in \
    test_docs \
    test_tzinfo \
    ; do
	${PYTHON} pytz/tests/${test}.py
done