Cross Reference: runtests
xref
: /
solaris-userland-s11u3
/
components
/
python
/
pyopenssl
/
files
/
runtests
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#!/
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