+1 Slackware 10.1, Apache 2.0.55 (mpm-prefork), Python 2.4

Jim Gallacher wrote:

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

What are the chances of enhancing the procedure as follows:

 $ ./configure --with-apxs=/wherever/it/is
 $ make
 $ make test
 $ (su)
 # make install

Doesn't it make more sense to run tests before installing? Do we have everything necessary to run the tests after make? I'll assume this will require some path manipulation, but I'd rather see and fix errors before installing to the system.

Reply via email to