holepunchto / pear

combined Peer-to-Peer (P2P) Runtime, Development & Deployment tool
https://docs.pears.com/
Apache License 2.0
101 stars 9 forks source link

Handle forced exit with signal at Pretest runner #87

Closed ruy-dan closed 6 months ago

ruy-dan commented 6 months ago

Handles the case when a test forcefully exits due to a signal (e.g., segmentation fault). The pretest runner then exits with an error and displays information about the signal that caused the exit. Improves the pretest run command by utilizing the runtime executable directly instead of the symlink.