We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35b9f08 + 60d602c commit e2416e5Copy full SHA for e2416e5
1 file changed
deps/rabbit/app.bzl
@@ -2029,11 +2029,11 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
2029
deps = ["//deps/amqp10_common:erlang_app", "//deps/rabbit_common:erlang_app"],
2030
)
2031
erlang_bytecode(
2032
- name = "routing_SUITE_beam_files",
2033
- testonly = True,
2034
- srcs = ["test/routing_SUITE.erl"],
2035
- outs = ["test/routing_SUITE.beam"],
2036
- app_name = "rabbit",
2037
- erlc_opts = "//:test_erlc_opts",
2038
- deps = ["//deps/amqp_client:erlang_app"],
2039
- )
+ name = "routing_SUITE_beam_files",
+ testonly = True,
+ srcs = ["test/routing_SUITE.erl"],
+ outs = ["test/routing_SUITE.beam"],
+ app_name = "rabbit",
+ erlc_opts = "//:test_erlc_opts",
+ deps = ["//deps/amqp_client:erlang_app"],
+ )
0 commit comments