components/python/pytz/runtests.sh
author Rich Burridge <rich.burridge@oracle.com>
Tue, 03 Nov 2015 13:40:13 -0800
changeset 5054 91b97df27c58
parent 1555 85cc81ad9166
permissions -rw-r--r--
22136498 GNU which really doesn't have any tests 22136700 xml-simple should have should master test results to compare against 22137750 gnupth should have should master test results to compare against 22139097 ilmbase should have should master test results to compare against 22139473 gd2 should have should master test results to compare against 22143550 libmemcached should have should master test results to compare against

#! /bin/sh

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