diff tests/test-commandserver.t @ 48186:6edc8800dbc3

dispatch: use detailed exit code 250 for keyboard interrupt Among our users at Google, we're still seeing several percent of commands fail with exit code 255. I suspect keyboard interrupts is an important remaining reason. This is a resend of D10086 with some fixes for pager handling added ahead of it. Differential Revision: https://phab.mercurial-scm.org/D11628
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 02 Mar 2021 09:33:25 -0800
parents 5105a9975407
children 8c34edb1ad10
line wrap: on
line diff
--- a/tests/test-commandserver.t	Fri Oct 08 13:36:02 2021 -0700
+++ b/tests/test-commandserver.t	Tue Mar 02 09:33:25 2021 -0800
@@ -792,7 +792,7 @@
   *** runcommand debugsuicide
   interrupted!
   killed!
-   [255]
+   [250]
 
 #endif