components/python/pytz/runtests.sh
author Sean Wilcox <sean.wilcox@oracle.com>
Tue, 08 Nov 2016 11:16:49 -0700
changeset 7262 19860fd7b64f
parent 1555 85cc81ad9166
permissions -rw-r--r--
24692363 restart of nova-compute went to maintenance

#! /bin/sh

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