Skip to content

Commit 6dee656

Browse files
Merge pull request #11 from rabbitmq/fix-schema
Revert commit 6a54752
2 parents f59e9ba + 2349314 commit 6dee656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_ct_config_schema.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
init_schemas(App, Config) ->
2424
DepsDir = ?config(erlang_mk_depsdir, Config),
2525
% Note: the schema for the rabbit app is named "rabbitmq.schema"
26-
RabbitSchema = find_app_schema(rabbitmq, DepsDir),
26+
RabbitSchema = filename:join([DepsDir, "rabbit", "priv", "schema", "rabbitmq.schema"]),
2727
Schemas = case App of
2828
rabbit -> [RabbitSchema];
2929
_ -> [RabbitSchema, find_app_schema(App, DepsDir)]

0 commit comments

Comments
 (0)