mirror of https://github.com/pwndbg/pwndbg.git
Fix next commands tests for crashed binaries (#3032)
The `test_next_command_doesnt_freeze_crashed_binary` test incorrectly used `REFERENCE_BINARY` instead of `CRASH_SIMPLE_BINARY` so it didn't really checked what happens when we run next commands on a crashing binary but instead it ran it on a working binary... This also speeds up test execution for the `test_next_command_doesnt_freeze_crashed_binary[stepsyscall]` test from 30s to 1s on my machine.pull/3034/head
parent
506f895841
commit
b332b0bed3
Loading…
Reference in new issue