Skip to content

Commit

Permalink
More debug output for CI build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
kdvolder committed Mar 27, 2015
1 parent f390c9d commit 4777dba
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ protected ICompletionProposal[] createProposalsAtOffset(String contents, String
}

IPath pathToGroovyClass = env.addGroovyClass(pack, "TransformerTest2", contents);
System.err.println("--- TransformerTest2.groovy ---");
System.err.println(contents);
System.err.println("--- TransformerTest2.groovy ---");
fullBuild();
// don't do this here since many completion tests intentionally have errors
// expectingNoProblems();
Expand Down

0 comments on commit 4777dba

Please sign in to comment.