]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/ManagedTest.java
Remove startup output of managed tests.
[gigi.git] / tests / org / cacert / gigi / testUtils / ManagedTest.java
index 2d164f580b11ea6beab2f0e7a01cf6c72d4d7600..9a545323b9eda28fc85f351ec673e2fe118d7458 100644 (file)
@@ -109,7 +109,6 @@ public class ManagedTest {
                        String line;
                        while ((line = br.readLine()) != null
                                        && !line.contains("Server:main: Started")) {
-                               System.err.println(line);
                        }
                        new Thread() {
                                @Override
@@ -124,7 +123,6 @@ public class ManagedTest {
                                        }
                                }
                        }.start();
-                       System.err.println(line);
                        if (line == null) {
                                throw new Error("Server startup failed");
                        }