Added new TEST section to python, automake, findutils, coreutils and diffutils.

This commit is contained in:
Scott McCreary
2010-10-08 21:03:19 +00:00
parent e559e4fb78
commit 3cf3c035e6
5 changed files with 31 additions and 0 deletions

View File

@@ -21,5 +21,15 @@ INSTALL {
cd Python-2.6.6
make install
}
TEST {
cd Python-2.6.6
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
}
LICENSE="Python"
COPYRIGHT="1990-2010, Python Software Foundation"