forked from jasder/antlr
turn out stderr output from clang++ compiles
This commit is contained in:
parent
66be087c38
commit
8e33fe49f5
|
@ -594,7 +594,7 @@ public class BaseCppTest implements RuntimeTestSupport {
|
||||||
String output = stdoutVacuum.toString();
|
String output = stdoutVacuum.toString();
|
||||||
if ( stderrVacuum.toString().length()>0 ) {
|
if ( stderrVacuum.toString().length()>0 ) {
|
||||||
this.stderrDuringParse = stderrVacuum.toString();
|
this.stderrDuringParse = stderrVacuum.toString();
|
||||||
System.err.println(this.stderrDuringParse);
|
// System.err.println(this.stderrDuringParse);
|
||||||
}
|
}
|
||||||
if (errcode != 0) {
|
if (errcode != 0) {
|
||||||
String err = "execution failed with error code: "+errcode;
|
String err = "execution failed with error code: "+errcode;
|
||||||
|
|
Loading…
Reference in New Issue