summaryrefslogtreecommitdiff
path: root/runtests.sh
Commit message (Expand)AuthorAgeFilesLines
* Really commit the patch for bug 4125; runtests.sh use -bb flagBarry Warsaw2008-10-171-0/+2
* Use bash, so echo -n will do the right thing.Guido van Rossum2008-01-121-1/+1
* Unset PYTHONPATH, for my convenience.Guido van Rossum2007-08-291-0/+3
* Use python -E instead of undef PYTHONPATH.Guido van Rossum2007-08-221-5/+5
* Make runtests.py a little more versatile: support -x, and arbitrary flagsGuido van Rossum2007-08-201-24/+44
* Don't redirect stdout for test_curses.Guido van Rossum2007-07-261-3/+4
* Add a command line option to set the -u flag.Guido van Rossum2007-07-231-1/+7
* Do the right thing for CYGWIN.Guido van Rossum2007-07-181-0/+1
* Merged revisions 56020-56124 via svnmerge fromGuido van Rossum2007-06-301-1/+1
* Don't retest failing tests -- it takes too long.Guido van Rossum2007-06-301-2/+2
* Fix a typo in the name of an output file.Guido van Rossum2007-06-151-1/+1
* Rip out the file object's implementation.Guido van Rossum2007-06-121-4/+4
* Minimal changes to make the "freeze" tool work again.Guido van Rossum2007-06-121-1/+6
* Make test_socket work.Guido van Rossum2007-06-081-1/+1
* This is how I run the tests.Guido van Rossum2007-05-231-0/+55