(project) -> assertThat(buildLog(project)).contains("invalid flag: --invalid-compiler-arg")); "Is it possible to remove the 'invalid flag:' log? The judgment may be incorrect in non-English locales."
Comment From: wilkinsona
I think we have some other tests that also assume an English locale, such as those that expect a PortInUseException
to be thrown.
How do you deal with this @bclozel, @mhalbritter, and @snicoll?
Comment From: bclozel
I'm using an English locale...