mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tests: make 'v test-self' pass under msys2/MINGW64 (#20010)
This commit is contained in:
parent
6bafc28855
commit
46086c046f
6 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue