Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a2baf46c89c0fa1c0ff9e66c0a3c350f0e5a41d0
/
.
/
Lib
/
test
/
testall.py
blob: 23493940c7b8de274bf0c8d45b01222bfc09e250 [
file
] [
log
] [
blame
]
# Backward compatibility -- you should use regrtest instead of this module.
import
sys
,
regrtest
sys
.
argv
[
1
:]
=
[
"-vv"
]
regrtest
.
main
()