]> granicus.if.org Git - python/commit
Instead of doing a make test, run the regression tests out of the installed
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 27 Jun 2006 04:09:13 +0000 (04:09 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 27 Jun 2006 04:09:13 +0000 (04:09 +0000)
commit524b59bf7c8284a717db3573c23fda66fd6eccba
tree867b72bc77fa084aa3d3f879d5145ed625a925ec
parent25d4ca3f7892f5efa3960054d47717126e94415b
Instead of doing a make test, run the regression tests out of the installed
copy.  This will hopefully catch problems where directories are added
under Lib/ but not to Makefile.pre.in.  This breaks out the 2 runs
of the test suite with and without -O which is also nicer.
Misc/build.sh