Hi,
I have been running different regression tests and have a feeling that some of the tests are returning a failure when they are not actually failing. Is there a way to get more detailed information on the tests as they run so that I can tell which tests are actually failing?
Hi Michael,
there is a verbosity switch to turn on echoing the commands as they are executed:
make check VERBOSE=1
The results of the tests are in the test/regression directory as .out for expected results and .fail, for the failures. I use diff usually to get a first idea of what is happening when a test case fails.
cheers, dalibor topic
_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
