Cross Reference: runtests
xref
: /
solaris-userland
/
components
/
python
/
pyasn1-modules
/
files
/
runtests
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#!/
bin
/
sh
# Script to run all the pyasn1-modules test scripts.
for
f
in
*.
sh
;
do
echo
Running
$f
/
bin
/
sh
$f
done