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

#! /bin/sh

for test in \
    test_api \
    test_normalizers \
    test_unicode_support \
    test_uri \
    ; do
	${PYTHON} tests/${test}.py
done