Staging
v0.8.1
Revision 2b65c7598817864397a3077cf1a914b3e566bc56 authored by Walter Dörwald on 30 August 2007, 15:35:26 UTC, committed by Walter Dörwald on 30 August 2007, 15:35:26 UTC
1 parent a651d3d
Raw File
testall.py
# Backward compatibility -- you should use regrtest instead of this module.
import sys, regrtest
sys.argv[1:] = ["-vv"]
regrtest.main()
back to top