Show all warnings and errors

Per Bothner per@bothner.com
Tue Jan 1 20:58:00 GMT 2019


On 1/1/19 12:47 PM, Duncan Mak wrote:
> I tried out the --max-error=NNN option and it doesn't seem to have
> changed how the output comes out.
> 
> Here's what I see:
> https://gist.github.com/duncanmak/38f451c9f26ba0000be38d0bd304313b

I'm guessing the --max-errors flag isn't being passed down to your test-runner?

You could try a adding:

     new Error("skipping tests max:"+gnu.expr.Compilation.maxErrors()).printStackTrace();

in the place in SourcesMessages.java where the "skipped " message is printed.

I assume this is all in the same kawa run on a single JVM instance?  If not you have to pass
the -max-errors flag to the inferior kawa.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/



More information about the Kawa mailing list