Mercurial > public > mercurial-scm > hg
diff tests/test-extension.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 | 56c74b2df53d |
children | 92e30e135581 |
line wrap: on
line diff
--- a/tests/test-extension.t Thu Sep 16 16:12:26 2010 -0500 +++ b/tests/test-extension.t Thu Sep 16 17:51:32 2010 -0500 @@ -275,6 +275,7 @@ mq manage a stack of patches use "hg help extensions" for information on enabling extensions + [255] $ hg churn hg: unknown command 'churn' 'churn' is provided by the following extension: @@ -282,6 +283,7 @@ churn command to display statistics about repository history use "hg help extensions" for information on enabling extensions + [255] Disabled extensions: @@ -315,6 +317,7 @@ $ hg --config extensions.path=./path.py help foo > /dev/null hg: unknown command 'foo' + [255] $ exit 0