[Updated] D9538: tests: update the exit status codes for Windows specific tests
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Tue Dec 8 08:02:50 UTC 2020
Closed by commit rHGf4f07cc92a47: tests: update the exit status codes for Windows specific tests (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9538?vs=24098&id=24109
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9538/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9538
AFFECTED FILES
tests/test-casecollision-merge.t
tests/test-clone.t
tests/test-split.t
CHANGE DETAILS
diff --git a/tests/test-split.t b/tests/test-split.t
--- a/tests/test-split.t
+++ b/tests/test-split.t
@@ -787,7 +787,7 @@
$ printf 'y\ny\ny\n' | hg split
abort: cannot split an empty revision
- [255]
+ [10]
#endif
Test that splitting moves works properly (issue5723)
diff --git a/tests/test-clone.t b/tests/test-clone.t
--- a/tests/test-clone.t
+++ b/tests/test-clone.t
@@ -625,7 +625,7 @@
#if windows
$ hg clone http://$LOCALIP:3121/a b
abort: error: * (glob)
- [255]
+ [100]
#else
$ hg clone http://$LOCALIP:3121/a b
abort: error: *refused* (glob)
diff --git a/tests/test-casecollision-merge.t b/tests/test-casecollision-merge.t
--- a/tests/test-casecollision-merge.t
+++ b/tests/test-casecollision-merge.t
@@ -332,7 +332,7 @@
$ hg update --check
abort: uncommitted changes
- [255]
+ [20]
$ hg update --clean
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20201208/fa24c907/attachment-0002.html>
More information about the Mercurial-patches
mailing list