mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
b352545621
Fix valgrind errors not being detected as failures when the tests otherwise finish, as the valgrind results are printed to stderr and not to the logfiles. Additionally, valgrind failures were not being detected because the error summary is not printed to stderr immediately but only after some time when valgrind has processed the summary. Find random unused port to bind to by opening a socket on port 0 and closing it immediately. This gives a port that will very likely be unused because the system cycles through all ports before reusing old ones obtained this way. Add `wait_for_launch` function to reduce duplicate code. Wait for server to launch before starting clients. Improve log messages. |
||
---|---|---|
.. | ||
android | ||
compile_libs | ||
languages | ||
check_config_variables.py | ||
check_dilate.sh | ||
check_header_guards.py | ||
check_identifiers.py | ||
check_standard_headers.sh | ||
check_unused_header_files.py | ||
checksum.py | ||
darwin_strip_rpath.py | ||
extract_identifiers.py | ||
fix_style.py | ||
gen_keys.py | ||
generate_fake_curl.py | ||
generate_unicode_confusables_data.py | ||
generate_unicode_tolower.py | ||
git_revision.py | ||
hash_passwords.py | ||
import_file_score.py | ||
integration_test.sh | ||
move_sqlite.py | ||
parse_drmingw.sh | ||
SDL_scancode.h | ||
send_named_pipe.ps1 | ||
tw_api.py | ||
unicode.py | ||
wordlist.py |