tests: expect return status 255 on exception for test-blackbox.t with chg
authorKyle Lippincott <spectral@google.com>
Thu, 05 Dec 2019 15:50:47 -0800
changeset 43803 e6cda6efb12a
parent 43802 c6b4c348360e
child 43804 76d32a0edbc6
tests: expect return status 255 on exception for test-blackbox.t with chg Differential Revision: https://phab.mercurial-scm.org/D7554
tests/test-blackbox.t
--- a/tests/test-blackbox.t	Thu Dec 05 14:18:39 2019 -0800
+++ b/tests/test-blackbox.t	Thu Dec 05 15:50:47 2019 -0800
@@ -57,8 +57,15 @@
 
 unhandled exception
   $ rm ./.hg/blackbox.log
-  $ hg crash 2> /dev/null
+#if chg
+ (chg exits 255 because it fails to receive an exit code)
+  $ hg crash 2>/dev/null
+  [255]
+#else
+ (hg exits 1 because Python default exit code for uncaught exception is 1)
+  $ hg crash 2>/dev/null
   [1]
+#endif
   $ hg blackbox -l 2
   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> crash exited 1 after * seconds (glob)
   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> blackbox -l 2