changeset 5715:2238dd83c5b3 stable

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 b3d9e6c805d6
children a4e50b74747e
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 19 08:28:45 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 19 08:28:45 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