Stephen Leake <[email protected]> writes: >> In build/common.make at :52, I use '-' to ignore failure (which >> happens if the files are different, and halts the test). > > Ah. I guess I only looked at conflicts, not all changes. > > That way you get all the failing tests at once. And either "find length > <>0" or dired makes it easy to see all the ones that have failed. > > I'm used to it stopping at the first failure, but I'll try it this way. > > Hmm. I'm also used to wandering away from the computer after I start > "make all", since the tests take so long; then when I come back, if > there is no error message showing in the compilation window, it passed. > That's no longer true; I'll have to hit F6 :).
One problem with this is that the Ada tests are run twice (at least on my machine); once with the gnatxref backend and once with the gpr_query backend. So the diffs from the first run are lost. I added a test.log file that captures the failing diffs; not perfect, but it does give a summary at the end of the run. -- -- Stephe _______________________________________________ Emacs-ada-mode mailing list [email protected] http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org
