-
Notifications
You must be signed in to change notification settings - Fork 429
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
Fix print-dots for Mac OS Monterey #3480
Conversation
It gets stuck in an infinite busy loop, printing 'usage: sleep seconds'
dc3ae77
to
f507995
Compare
small_tests_24 / small_tests / dc3ae77 small_tests_23 / small_tests / dc3ae77 dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / dc3ae77 dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / dc3ae77 dynamic_domains_mysql_redis_24 / mysql_redis / dc3ae77 ldap_mnesia_23 / ldap_mnesia / dc3ae77 ldap_mnesia_24 / ldap_mnesia / dc3ae77 internal_mnesia_24 / internal_mnesia / dc3ae77 dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / dc3ae77 elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / dc3ae77 mysql_redis_24 / mysql_redis / dc3ae77 mssql_mnesia_24 / odbc_mssql_mnesia / dc3ae77 pgsql_mnesia_23 / pgsql_mnesia / dc3ae77 pgsql_mnesia_24 / pgsql_mnesia / dc3ae77 riak_mnesia_24 / riak_mnesia / dc3ae77 |
Codecov Report
@@ Coverage Diff @@
## master #3480 +/- ##
==========================================
+ Coverage 79.25% 80.86% +1.60%
==========================================
Files 415 415
Lines 32326 32326
==========================================
+ Hits 25619 26139 +520
+ Misses 6707 6187 -520
Continue to review full report at Codecov.
|
small_tests_24 / small_tests / f507995 small_tests_23 / small_tests / f507995 dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / f507995 dynamic_domains_mysql_redis_24 / mysql_redis / f507995 dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / f507995 dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / f507995 ldap_mnesia_23 / ldap_mnesia / f507995 ldap_mnesia_24 / ldap_mnesia / f507995 internal_mnesia_24 / internal_mnesia / f507995 pgsql_mnesia_24 / pgsql_mnesia / f507995 mysql_redis_24 / mysql_redis / f507995 elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / f507995 mssql_mnesia_24 / odbc_mssql_mnesia / f507995 pgsql_mnesia_23 / pgsql_mnesia / f507995 riak_mnesia_24 / riak_mnesia / f507995 |
It gets stuck in an infinite busy loop, printing
usage: sleep seconds
Apparently it accepts only integers now and nothing else, as
man sleep
tells me.