tests: make 'v test-self' pass under msys2/MINGW64 (#20010)

This commit is contained in:
gym603 2023-11-28 21:03:30 +08:00 committed by GitHub
parent 6bafc28855
commit 46086c046f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 5 deletions

View file

@ -37,6 +37,8 @@ pub const fail_retry_delay_ms = get_fail_retry_delay_ms()
pub const is_node_present = os.execute('node --version').exit_code == 0
pub const is_go_present = os.execute('go version').exit_code == 0
pub const all_processes = get_all_processes()
pub const header_bytes_to_search_for_module_main = 500