summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkjnilsson <knilsson@pivotal.io>2021-03-24 13:59:05 +0000
committerkjnilsson <knilsson@pivotal.io>2021-03-24 13:59:05 +0000
commit1829d5d55b59393df221116e72fcbdbd3a47d20e (patch)
tree385ac0e0066a33965d19d015815e743c897c1f10
parent16442335f8f228dce42c566abe976a5089101d4a (diff)
downloadrabbitmq-server-git-amqp10-dialyzer-fixes.tar.gz
switch to dialyzer from beam filesamqp10-dialyzer-fixes
-rw-r--r--deps/amqp10_client/Makefile2
-rw-r--r--deps/amqp10_common/Makefile2
-rw-r--r--deps/rabbit_common/mk/rabbitmq-early-test.mk1
3 files changed, 3 insertions, 2 deletions
diff --git a/deps/amqp10_client/Makefile b/deps/amqp10_client/Makefile
index 59131678c9..25b50d74a2 100644
--- a/deps/amqp10_client/Makefile
+++ b/deps/amqp10_client/Makefile
@@ -42,7 +42,7 @@ ERLC_OPTS += -Dnowarn_deprecated_gen_fsm
endif
# Dialyze the tests.
-DIALYZER_OPTS += --src -r test
+DIALYZER_OPTS += -r test
# --------------------------------------------------------------------
# ActiveMQ for the testsuite.
diff --git a/deps/amqp10_common/Makefile b/deps/amqp10_common/Makefile
index 71ef0025e9..58fc9a2034 100644
--- a/deps/amqp10_common/Makefile
+++ b/deps/amqp10_common/Makefile
@@ -1,7 +1,7 @@
PROJECT = amqp10_common
PROJECT_DESCRIPTION = Modules shared by rabbitmq-amqp1.0 and rabbitmq-amqp1.0-client
-DIALYZER_OPTS += --src -r test
+DIALYZER_OPTS += -r test
BUILD_DEPS = rabbit_common
diff --git a/deps/rabbit_common/mk/rabbitmq-early-test.mk b/deps/rabbit_common/mk/rabbitmq-early-test.mk
index 9f4f325d4d..5568072b3b 100644
--- a/deps/rabbit_common/mk/rabbitmq-early-test.mk
+++ b/deps/rabbit_common/mk/rabbitmq-early-test.mk
@@ -15,6 +15,7 @@ endif
# --------------------------------------------------------------------
DIALYZER_OPTS ?= -Werror_handling -Wrace_conditions
+DIALYZER_DIRS = -r ebin
# --------------------------------------------------------------------
# %-on-concourse dependencies.