software-mansion / protostar

Protostar is a toolchain for developing and testing Starknet contracts
https://docs.swmansion.com/protostar/
MIT License
247 stars 48 forks source link

Cleanup devnet after tests panic #2184

Closed THenry14 closed 1 year ago

THenry14 commented 1 year ago

When tests panic, the devnet is not being cleaned up. We should try to fix that; one way could be to run:

pkill -f "starknet-devnet.*5055.*1053545548"

before starting it