Python: run the complete testsuite

This commit is contained in:
Adrien Destugues
2014-11-19 09:30:50 +01:00
parent 9a548ce0e2
commit 1ed727c73f

View File

@@ -105,9 +105,5 @@ INSTALL()
TEST()
{
cd Lib/test
rm test_asynchat.py # this one stalls, so skip it for now
rm test_multiprocessing.py # this one stalls, so skip it for now
python regrtest.py
make $jobArgs test
}