mirror of
https://github.com/facebook/sapling.git
synced 2025-01-06 21:48:36 +03:00
tests: exit 0 no longer needed on unified tests
This commit is contained in:
parent
04833e5383
commit
bf9417da11
@ -31,5 +31,3 @@ called and .hg/journal.dirstate will not be deleted:
|
||||
rollback completed
|
||||
abort: no commits allowed
|
||||
[255]
|
||||
|
||||
$ exit 0
|
||||
|
@ -198,5 +198,3 @@ invalid arguments
|
||||
|
||||
use "hg -v help rt" to show global options
|
||||
[255]
|
||||
|
||||
$ exit 0
|
||||
|
@ -233,5 +233,3 @@ old file -- date clamped to 1980
|
||||
0 1980-01-01 00:00 old/old
|
||||
--------- -------
|
||||
147 2 files
|
||||
|
||||
$ exit 0
|
||||
|
@ -80,5 +80,3 @@ attack /tmp/test
|
||||
$ hg update -Cr4
|
||||
abort: No such file or directory: .*/test-audit-path.t/target//tmp/test
|
||||
[255]
|
||||
|
||||
$ exit 0
|
||||
|
@ -259,5 +259,3 @@ on branch1, so no file1 and file2:
|
||||
$ hg st -A
|
||||
C default
|
||||
C file1
|
||||
|
||||
$ exit 0
|
||||
|
@ -45,5 +45,3 @@ Mark the conflict as resolved and commit
|
||||
|
||||
$ hg resolve -m A
|
||||
$ hg commit -m "Merged"
|
||||
|
||||
$ exit 0
|
||||
|
@ -265,6 +265,3 @@ test commit message content
|
||||
HG: removed removed
|
||||
abort: empty commit message
|
||||
[255]
|
||||
$ cd ..
|
||||
|
||||
$ exit 0
|
||||
|
@ -100,5 +100,3 @@ but it's considered modified after a copy --after --force
|
||||
$ hg st -AC foo
|
||||
M foo
|
||||
bar
|
||||
|
||||
$ exit 0
|
||||
|
@ -247,5 +247,3 @@ Show all commands + options
|
||||
unbundle: update
|
||||
verify:
|
||||
version:
|
||||
|
||||
$ exit 0
|
||||
|
@ -64,5 +64,3 @@ No repo:
|
||||
abort: There is no Mercurial repository here (.hg not found)!
|
||||
[255]
|
||||
|
||||
$ exit 0
|
||||
|
||||
|
@ -105,5 +105,3 @@ Compare repos:
|
||||
no changes found
|
||||
[1]
|
||||
|
||||
$ exit 0
|
||||
|
||||
|
@ -318,6 +318,3 @@ Broken disabled extension and command:
|
||||
$ hg --config extensions.path=./path.py help foo > /dev/null
|
||||
hg: unknown command 'foo'
|
||||
[255]
|
||||
|
||||
$ exit 0
|
||||
|
||||
|
@ -479,4 +479,3 @@
|
||||
cb9a9f314b8b
|
||||
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
|
||||
|
||||
$ exit 0
|
||||
|
@ -57,5 +57,3 @@ Should fail - would corrupt dirstate:
|
||||
abort: directory 'b' already in dirstate
|
||||
[255]
|
||||
|
||||
$ exit 0
|
||||
|
||||
|
@ -32,5 +32,3 @@ Check that zero-size journals are correctly aborted:
|
||||
|
||||
$ if test -f foo/.hg/store/journal; then echo 'journal exists :-('; fi
|
||||
|
||||
$ exit 0
|
||||
|
||||
|
@ -1020,5 +1020,3 @@ log -p -R repo
|
||||
date: Thu Jan 01 00:00:00 1970 +0000
|
||||
summary: add foo, related
|
||||
|
||||
|
||||
$ exit 0
|
||||
|
@ -11,4 +11,3 @@ test that 'hg commit' does not crash if the user removes a newly added file
|
||||
removing b
|
||||
nothing changed
|
||||
[1]
|
||||
$ exit 0
|
||||
|
@ -115,5 +115,3 @@ debugsub output for main and sub1
|
||||
path sub2
|
||||
source ../sub2
|
||||
revision 53dd3430bcaf5ab4a7c48262bcad6d441f510487
|
||||
|
||||
$ exit 0
|
||||
|
@ -30,5 +30,3 @@ test bad subpaths pattern
|
||||
$ hg debugsub
|
||||
abort: bad subrepository pattern in .*/test-subrepo-paths.t/outer/.hg/hgrc:2: invalid group reference
|
||||
[255]
|
||||
|
||||
$ exit 0
|
||||
|
@ -67,5 +67,3 @@ subrepo debug for 'main' clone
|
||||
revision 863c1745b441bd97a8c4a096e87793073f4fb215
|
||||
|
||||
$ "$TESTDIR/killdaemons.py"
|
||||
|
||||
$ exit 0
|
||||
|
@ -584,5 +584,3 @@ issue 1977
|
||||
$ hg -R repo update
|
||||
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
|
||||
$ rm -rf repo2 repo
|
||||
|
||||
$ exit 0
|
||||
|
@ -368,4 +368,3 @@ to remove a tag of type X which actually only exists as a type Y:
|
||||
tip 1:a0b6fe111088
|
||||
localtag 0:bbd179dfa0a7 local
|
||||
globaltag 0:bbd179dfa0a7
|
||||
$ exit 0
|
||||
|
@ -99,5 +99,3 @@ test revlog format 0
|
||||
crosschecking files in changesets and manifests
|
||||
checking files
|
||||
1 files, 1 changesets, 1 total revisions
|
||||
|
||||
$ exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user