Skip to content

Commit

Permalink
Rename app.src in big tests and removed non use bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Sep 23, 2021
1 parent e0dcd78 commit 341614b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 44 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ big_tests/src/mim_ct_rest.erl
big_tests/src/mim_ct_rest_handler.erl
big_tests/src/mim_ct_sup.erl
big_tests/priv/ssl
big_tests/tests/mongooseimctl_SUITE_data/roster.template
test_preset.log

codecov.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{application, ejabberd_tests,
{application, mongoose_tests,
[
{description, "MongooseIM big tests"},
{vsn, git},
Expand Down
1 change: 1 addition & 0 deletions big_tests/tests/domain_removal_SUITE.erl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-module(domain_removal_SUITE).

-compile(export_all).
-compile(nowarn_export_all).

-import(distributed_helper, [mim/0, rpc/4, subhost_pattern/1]).
-import(domain_helper, [host_type/0, domain/0]).
Expand Down
2 changes: 1 addition & 1 deletion elvis.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{elvis_style, dont_repeat_yourself, #{min_complexity => 20}}
]
},
#{dirs => ["test", "test.disabled/ejabberd_tests/tests"],
#{dirs => ["test", "test.disabled/mongoose_tests/tests"],
filter => "*.erl",
ruleset => erl_files,
rules => [{elvis_style, line_length, #{limit => 100,
Expand Down
40 changes: 0 additions & 40 deletions tools/check-tests-branch.sh

This file was deleted.

2 changes: 1 addition & 1 deletion tools/test_runner/complete-test-name.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ erlc tools/test_runner/complete_test_name.erl
erl -noinput \
-pa tools/test_runner \
-pa _build/test/lib/mongooseim/test/ \
-pa big_tests/_build/default/lib/ejabberd_tests/ebin/ \
-pa big_tests/_build/default/lib/mongoose_tests/ebin/ \
-pa big_tests/tests/ \
-s complete_test_name main "${SUITE}"
fi
2 changes: 1 addition & 1 deletion tools/test_runner/selected-tests-to-test-spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ erl -noinput \
-pa tools/test_runner \
-pa _build/test/lib/mongooseim/test/ \
-pa big_tests/tests/ \
-pa big_tests/_build/default/lib/ejabberd_tests/ebin/ \
-pa big_tests/_build/default/lib/mongoose_tests/ebin/ \
-s selected_tests_to_test_spec main $@
fi

Expand Down

0 comments on commit 341614b

Please sign in to comment.