components/python/pyopenssl/files/runtests
author Erik Trauschke <Erik.Trauschke@oracle.com>
Wed, 28 Aug 2013 13:41:11 -0700
changeset 1456 b367e3ae9667
permissions -rw-r--r--
17085362 pyopenssl should be updated to 0.13

#!/bin/sh
# Script to run all the pyopenssl test scripts.
for f in crypto rand ssl; do
        echo Running test_$f
        python test_$f.py
done