cvs-maxima tests



Hi!
Currently, the output of cvs maxima tests (after "make check") is defined to go to some log file and 
it causes the hang because maxima stops and needs the sign of some parameters to continue. 
I think it's better to make output for maxima tests to the screen  
instead, to get a control on tests procedure.

I have the following results for "make check"
The number of differences found was 2 in problems: (4 3)
Error summary:
Error(s) found in rtest6a.mac: (8)
Error(s) found in rtest14.mac: (21 17 16 15 3)
Error(s) found in rtest15.mac: (4 3)
Evaluation took:
  32.95f0 seconds of real time
  4.69f0 seconds of user run time
  0.22f0 seconds of system run time
  [Run times include 0.9f0 seconds GC run time]
  9972 page faults and
  38627264 bytes consed.
Errors and difference don't depend on underline lisp. I checked it with cmucl, clisp and gcl-2.5.0
BTW, the building with gcl-2.5.0 was succesfull for me after updating maxima and gcl by cvs today.

Valerij