-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use erlexec in 'mongooseimctl debug' #3723
Conversation
The custom 'erl' script was removed, and erlexec should be used directly now.
small_tests_24 / small_tests / 76df971 small_tests_25 / small_tests / 76df971 dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 76df971 ldap_mnesia_24 / ldap_mnesia / 76df971 dynamic_domains_mysql_redis_25 / mysql_redis / 76df971 dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 76df971 ldap_mnesia_25 / ldap_mnesia / 76df971 dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 76df971 internal_mnesia_25 / internal_mnesia / 76df971 elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 76df971 pgsql_mnesia_24 / pgsql_mnesia / 76df971 pgsql_mnesia_25 / pgsql_mnesia / 76df971 mysql_redis_25 / mysql_redis / 76df971 mssql_mnesia_25 / odbc_mssql_mnesia / 76df971 riak_mnesia_24 / riak_mnesia / 76df971 |
Codecov Report
@@ Coverage Diff @@
## master #3723 +/- ##
==========================================
- Coverage 82.23% 82.21% -0.02%
==========================================
Files 523 523
Lines 33801 33801
==========================================
- Hits 27795 27791 -4
- Misses 6006 6010 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect 👌🏽
The custom
erl
script was removed (because it got outdated in OTP 25), anderlexec
should be used directly now._build/mim1/rel/mongooseim/bin/mongooseimctl debug
fails before the change and succeeds after the change.