]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/ManagedTest.java
UPD: More verbosity at autonomous tests
[gigi.git] / tests / org / cacert / gigi / testUtils / ManagedTest.java
index 45b904429dbe1dc4d371ff57e0cd7790a44e762b..a21079c491837675728cb9b8d821323c1eab7a21 100644 (file)
@@ -121,6 +121,7 @@ public class ManagedTest extends ConfiguredTest {
             final BufferedReader br = new BufferedReader(new InputStreamReader(gigi.getErrorStream(), "UTF-8"));
             String line;
             while ((line = br.readLine()) != null && !line.contains("System successfully started.")) {
+                System.err.println(line);
             }
             new Thread() {