Skip to content

Commit 12090d5

Browse files
committed
Exit code fix
1 parent 05d1c70 commit 12090d5

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
@@ -73,6 +73,7 @@
7373
status_by_exit_code = {
7474
1: 'killed',
7575
3: 'killed', # internal error in pytest means a kill
76+
-24: 'killed',
7677
0: 'survived',
7778
5: 'no tests',
7879
2: 'check was interrupted by user',

0 commit comments

Comments
 (0)