Bazel: Fix testing plugins with acceptance framework
Change-Id: I7498da0397b93b688a35e17b765f550bfcef0a6f
This commit is contained in:
		@@ -638,6 +638,9 @@ public final class GerritLauncher {
 | 
			
		||||
    Path p = null;
 | 
			
		||||
    try {
 | 
			
		||||
      p = resolveInSourceRoot("eclipse-out");
 | 
			
		||||
      if (!Files.exists(p)) {
 | 
			
		||||
        p = resolveInSourceRoot("bazel-out");
 | 
			
		||||
      }
 | 
			
		||||
      Path path = p.getParent().resolve(PRIMARY_BUILD_TOOL);
 | 
			
		||||
      if (Files.exists(path)) {
 | 
			
		||||
        String content = new String(Files.readAllBytes(path));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user