When running a tournament with cutechess-cli and interrupting with "CTRL-C" unpredictable results will follow. I would have expected a forfeit like:
Code: Select all
Finished game 27 (Fruit 2.1 vs OliThink 5.8.6): * {No result}
Code: Select all
killall -2 cutechess-cli
Code: Select all
Finished game 32 (OliThink 5.8.6 vs Fruit 2.1): 1-0 {Black disconnects}
Finished game 4 (OliThink 5.8.6 vs Fruit 2.1): 0-1 {White disconnects}
Is this a known bug? Is there a way to avoid this?