1 # Backward compatibility -- you should use regrtest instead of this module.
2 import sys, regrtest
3 sys.argv[1:] = ["-vv"]
4 regrtest.main()