Support TestRunnerAction in aquery #7647
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
team-Performance
Issues for Performance teams
type: feature request
Right now we neither display command lines nor environment variables in
bazel aquery
becauseTestRunnerAction
does not subclassSpawnAction
.We can get command lines from here:
https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/google/devtools/build/lib/exec/TestStrategy.java#L140
and the environment variables from here:
https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/google/devtools/build/lib/analysis/test/TestRunnerAction.java#L498
The text was updated successfully, but these errors were encountered: