comparison 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
comparison
equal deleted inserted replaced
12315:ca58f6475f1d 12316:4134686b83e1
130 130
131 ======= 131 =======
132 132
133 $ heads -r 3 . 133 $ heads -r 3 .
134 no open branch heads found on branches c (started at 3) 134 no open branch heads found on branches c (started at 3)
135 [1]
135 $ echo $? 136 $ echo $?
136 0 137 0
137 $ heads -r 2 . 138 $ heads -r 2 .
138 7: Adding c branch (c) 139 7: Adding c branch (c)
139 $ echo $? 140 $ echo $?
155 $ echo $? 156 $ echo $?
156 0 157 0
157 ------- 158 -------
158 $ heads -r 7 . 159 $ heads -r 7 .
159 no open branch heads found on branches b (started at 7) 160 no open branch heads found on branches b (started at 7)
161 [1]
160 $ echo $? 162 $ echo $?
161 0 163 0
162 164
163 ======= 165 =======
164 166