Mercurial > public > mercurial-scm > hg
diff tests/test-bheads.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 | 010025717202 |
children | 22f3353bcc36 |
line wrap: on
line diff
--- a/tests/test-bheads.t Thu Sep 16 16:12:26 2010 -0500 +++ b/tests/test-bheads.t Thu Sep 16 17:51:32 2010 -0500 @@ -132,6 +132,7 @@ $ heads -r 3 . no open branch heads found on branches c (started at 3) + [1] $ echo $? 0 $ heads -r 2 . @@ -157,6 +158,7 @@ ------- $ heads -r 7 . no open branch heads found on branches b (started at 7) + [1] $ echo $? 0