Skip to content

Commit 1e46f1b

Browse files
Merge pull request #430 from CyberiaResurrection/HandleMinusNinePyTestReturnCode
Handle -9 PyTest return code
2 parents 512a0e5 + b9fb885 commit 1e46f1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mutmut/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
152: 'timeout', # SIGXCPU
8585
255: 'timeout',
8686
-11: 'segfault',
87+
-9: 'segfault',
8788
}
8889

8990
emoji_by_status = {

0 commit comments

Comments
 (0)