components/python/pyopenssl/files/runtests
changeset 7579 8b703bbe2bba
parent 7578 0d6f61408e89
child 7580 d8438d87f127
equal deleted inserted replaced
7578:0d6f61408e89 7579:8b703bbe2bba
     1 #!/bin/sh
       
     2 # Script to run all the pyopenssl test scripts.
       
     3 for f in crypto rand ssl; do
       
     4         echo Running test_$f
       
     5         python test_$f.py
       
     6 done
       
     7