We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d482814 + 9a71310 commit e0d79c7Copy full SHA for e0d79c7
Makefile
@@ -27,7 +27,7 @@ $(DEPS_DIR)/rabbit:
27
$(MAKE) -C $@ fetch-deps DEPS_DIR="$(abspath $(DEPS_DIR))"
28
29
$(DEPS_DIR)/rabbitmq_ct_helpers:
30
- git clone https://github.com/rabbitmq/rabbitmq-ct-helpers.git $(DEPS_DIR)/rabbitmq_ct_helpers
+ git clone https://github.com/rabbitmq/rabbitmq-ct-helpers.git "$@"
31
32
tests: deps
33
$(MVN) $(MVN_FLAGS) verify
0 commit comments