Mercurial > public > mercurial-scm > hg
diff tests/test-init.t @ 12316:4134686b83e1
tests: add exit codes to unified tests
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 16 Sep 2010 17:51:32 -0500 |
parents | 4c94b6d0fb1c |
children | b63f6422d2a7 |
line wrap: on
line diff
--- a/tests/test-init.t Thu Sep 16 16:12:26 2010 -0500 +++ b/tests/test-init.t Thu Sep 16 17:51:32 2010 -0500 @@ -65,6 +65,7 @@ $ hg init local abort: repository local already exists! + [255] init+push to remote2 @@ -100,12 +101,14 @@ $ hg init -e "python ./dummyssh" ssh://user@dummy/remote1 abort: repository remote1 already exists! abort: could not create remote repo! + [255] clone to existing repo $ hg clone -e "python ./dummyssh" local ssh://user@dummy/remote1 abort: repository remote1 already exists! abort: could not create remote repo! + [255] output of dummyssh