changeset 5669:b0a103e08d89

tests: update with more detailed exit codes CORE-TEST-OUTPUT-UPDATE: ac362d5a7893
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 26 Nov 2020 14:26:40 +0800
parents 2cd39f4731af
children 777ca21a6f71
files tests/test-split.t tests/test-uncommit-interactive.t
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-split.t	Thu Nov 26 09:56:26 2020 +0800
+++ b/tests/test-split.t	Thu Nov 26 14:26:40 2020 +0800
@@ -382,7 +382,7 @@
   (enter ? for help) [Ynesfdaq?] q
   
   abort: user quit
-  [255]
+  [250]
 
 Running split with tip revision, specified as unnamed argument
   $ hg split --rev . << EOF
@@ -396,7 +396,7 @@
   (enter ? for help) [Ynesfdaq?] q
   
   abort: user quit
-  [255]
+  [250]
 
 Running split with both unnamed and named revision arguments shows an error msg
   $ hg split  --rev . --rev .^ << EOF
@@ -648,7 +648,7 @@
   (enter ? for help) [Ynesfdaq?] q
   
   abort: user quit
-  [255]
+  [250]
 
   $ hg branch
   another-branch
--- a/tests/test-uncommit-interactive.t	Thu Nov 26 09:56:26 2020 +0800
+++ b/tests/test-uncommit-interactive.t	Thu Nov 26 14:26:40 2020 +0800
@@ -45,7 +45,7 @@
   (enter ? for help) [Ynesfdaq?] q
   
   abort: user quit
-  [255]
+  [250]
   $ hg status
 
 Make a commit with multiple hunks