|
|
|
@@ -103,10 +103,12 @@ public class ExecTaskTest extends BuildFileTest { |
|
|
|
logFile = new File(logFile.getAbsolutePath()); |
|
|
|
assertTrue("log file found after spawn", logFile.exists()); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* XXX #50507 - fails at least on Linux |
|
|
|
public void testOutAndErr() { |
|
|
|
project.executeTarget("test-out-and-err"); |
|
|
|
} |
|
|
|
*/ |
|
|
|
|
|
|
|
private static class MonitoredBuild implements Runnable { |
|
|
|
private Thread worker; |
|
|
|
|