File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,8 @@ suites = [
109
109
"@activemq//:exec_dir" ,
110
110
],
111
111
erlc_opts = [
112
- "-I deps/amqp10_client" ,
112
+ "-I" ,
113
+ "deps/amqp10_client" ,
113
114
],
114
115
test_env = {
115
116
"ACTIVEMQ" : "$TEST_SRCDIR/$TEST_WORKSPACE/external/activemq/bin/activemq" ,
Original file line number Diff line number Diff line change @@ -698,7 +698,8 @@ suites = [
698
698
"src/rabbit_fifo.hrl" ,
699
699
],
700
700
erlc_opts = [
701
- "-I deps/rabbit" , # allow rabbit_fifo.hrl to be included at src/rabbit_fifo.hrl
701
+ "-I" ,
702
+ "deps/rabbit" , # allow rabbit_fifo.hrl to be included at src/rabbit_fifo.hrl
702
703
],
703
704
runtime_deps = [
704
705
"@ra//:erlang_app" ,
@@ -767,7 +768,8 @@ suites = [
767
768
"src/rabbit_fifo_v0.hrl" ,
768
769
],
769
770
erlc_opts = [
770
- "-I deps/rabbit" , # allow rabbit_fifo.hrl to be included at src/rabbit_fifo.hrl
771
+ "-I" ,
772
+ "deps/rabbit" , # allow rabbit_fifo.hrl to be included at src/rabbit_fifo.hrl
771
773
],
772
774
runtime_deps = [
773
775
"@meck//:erlang_app" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ dialyze(
58
58
59
59
eunit (
60
60
erlc_opts = RABBITMQ_TEST_ERLC_OPTS + [
61
- "-I deps/rabbitmq_aws" ,
61
+ "-I" ,
62
+ "deps/rabbitmq_aws" ,
62
63
"+nowarn_export_all" ,
63
64
],
64
65
runtime_deps = [
Original file line number Diff line number Diff line change @@ -88,7 +88,8 @@ suites = [
88
88
additional_beam = [":test_utils" ],
89
89
additional_hdrs = glob (["test/src/*.hrl" ]),
90
90
erlc_opts = [
91
- "-I deps/rabbitmq_web_mqtt/test" ,
91
+ "-I" ,
92
+ "deps/rabbitmq_web_mqtt/test" ,
92
93
],
93
94
),
94
95
rabbitmq_integration_suite (
You can’t perform that action at this time.
0 commit comments