components/python/pyopenssl/files/runtests
author Erik Trauschke <Erik.Trauschke@oracle.com>
Mon, 21 Oct 2013 10:56:57 -0700
branchs11-update
changeset 2796 c5bf1ff321c2
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