Skip to content

Commit d5827f2

Browse files
committed
Add some diagnostics to see where the devappserver has gotten to.
1 parent 4a1fc82 commit d5827f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/com.google.cloud.tools.eclipse.integration.appengine/src/com/google/cloud/tools/eclipse/integration/appengine/DebugNativeAppEngineStandardProjectTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ public void run() {
116116
SwtBotTestingUtilities.waitUntilStyledTextContains(bot,
117117
"Dev App Server is now running", consoleContents);
118118

119+
System.out.printf("---- Dev App Server ----\n%s\n------------------\n",
120+
consoleContents.getText());
119121
assertEquals("Hello App Engine!",
120122
getUrlContents(new URL("http://localhost:8080/hello"), (int) SWTBotPreferences.TIMEOUT));
121123

0 commit comments

Comments
 (0)