Cross Reference: runtests.sh
xref
: /
solaris-userland
/
components
/
python
/
pytz
/
runtests.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2149
N/A
#! /
bin
/
sh
2149
N/A
2149
N/A
for
test
in
\
2149
N/A
test_docs
\
2149
N/A
test_tzinfo
\
2149
N/A
;
do
2149
N/A
${
PYTHON
}
pytz
/
tests
/${
test
}.
py
2149
N/A
done