Skip to content

Commit

Permalink
cquery inherits from test not build
Browse files Browse the repository at this point in the history
This makes flags like `--test_arg` present in `.bazelrc` files be
factored into the configuration hash for test targets.

See bazelbuild#13428 for extensive
context.
  • Loading branch information
illicitonion committed May 19, 2021
1 parent a01371a commit 6a6cc2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@Command(
name = "cquery",
builds = true,
inherits = {BuildCommand.class},
inherits = {TestCommand.class},
options = {CqueryOptions.class},
usesConfigurationOptions = true,
shortDescription = "Loads, analyzes, and queries the specified targets w/ configurations.",
Expand Down

0 comments on commit 6a6cc2a

Please sign in to comment.