Skip to content

Commit

Permalink
Avoid the need to pass package name to rabbitmq_integration_suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pjk25 committed Jan 18, 2023
1 parent 5bb6090 commit 5ef8923
Show file tree
Hide file tree
Showing 35 changed files with 2 additions and 238 deletions.
3 changes: 0 additions & 3 deletions deps/amqp10_client/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,12 @@ broker_for_integration_suites(
extra_plugins = ["//deps/rabbitmq_amqp1_0:erlang_app"],
)

PACKAGE = "deps/amqp10_client"

rabbitmq_suite(
name = "msg_SUITE",
deps = DEPS,
)

rabbitmq_integration_suite(
PACKAGE,
name = "system_SUITE",
size = "medium",
additional_hdrs = [
Expand Down
1 change: 0 additions & 1 deletion deps/amqp_client/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ rabbitmq_run(
)

rabbitmq_integration_suite(
"deps/amqp_client",
name = "system_SUITE",
size = "large",
runtime_deps = [
Expand Down
Loading

0 comments on commit 5ef8923

Please sign in to comment.