Hello, we have a simple build test and it seems that the error code is changed from 1 to 139.
Can you check this is intended and have to change our test?
Thanks,
==> /opt/homebrew/opt/socket_vmnet/bin/socket_vmnet /dev/null 2>&1
sh: line 1: 7219 Segmentation fault: 11 /opt/homebrew/opt/socket_vmnet/bin/socket_vmnet /dev/null 2>&1
WARNING: --vmnet-gateway=IP should be explicitly specified to avoid conflicting with other applications
ERROR| WARNING: Running without root. This is very unlikely to work: See README.md
ERROR| bind: Address already in use
ERROR| socket_bindlisten: Address already in use
Error: socket_vmnet: failed
An exception occurred within a child process:
Minitest::Assertion: Expected: 1
Actual: 139
Hello, we have a simple build test and it seems that the error code is changed from
1to139.Can you check this is intended and have to change our test?
Thanks,