aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandDispatcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandDispatcher.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandDispatcher.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandDispatcher.java b/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandDispatcher.java
index 1155611945..4325524c9c 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandDispatcher.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/BlazeCommandDispatcher.java
@@ -119,7 +119,7 @@ public class BlazeCommandDispatcher {
* code, the desire to shut down the server, or that a given binary should be executed by the
* client.
*/
- BlazeCommandResult exec(
+ public BlazeCommandResult exec(
InvocationPolicy invocationPolicy,
List<String> args,
OutErr outErr,
@@ -623,6 +623,7 @@ public class BlazeCommandDispatcher {
* Returns the runtime instance shared by the commands that this dispatcher
* dispatches to.
*/
+ @VisibleForTesting
public BlazeRuntime getRuntime() {
return runtime;
}