regression testing python install
Slightly of topic I know, but I thought someone here might know... I'm tweaking the python2.1 SRPM from python.org to get it to play nice with RedHat 8.0. Now that I have it compiling nicely, I thought it would be a good idea to fully regression test the resulting python install, especially as we now build with gcc 3.2 on 8.0 :-) Is there a "simple" way to thoroughly regression test a python install? Adam
Adam Manock writes:
Slightly of topic I know, but I thought someone here might know...
I'm tweaking the python2.1 SRPM from python.org to get it to play nice with RedHat 8.0. Now that I have it compiling nicely, I thought it would be a good idea to fully regression test the resulting python install, especially as we now build with gcc 3.2 on 8.0 :-)
Is there a "simple" way to thoroughly regression test a python install? You run "make test".
Dieter
participants (2)
-
Adam Manock -
Dieter Maurer