##// END OF EJS Templates
tests: avoid checking the exitcode of false...
Mads Kiilerich -
r12406:66a07fb7 default
parent child Browse files
Show More
@@ -269,9 +269,6 b' skip'
269 date: Thu Jan 01 00:00:01 1970 +0000
269 date: Thu Jan 01 00:00:01 1970 +0000
270 summary: msg 1
270 summary: msg 1
271
271
272 $ false
273 [1]
274
275
272
276 $ hg bisect -r
273 $ hg bisect -r
277 $ hg bisect -g tip
274 $ hg bisect -g tip
@@ -33,5 +33,5 b' Literal match ending in " (re)":'
33
33
34 Exit code:
34 Exit code:
35
35
36 $ false
36 $ (exit 1)
37 [1]
37 [1]
General Comments 0
You need to be logged in to leave comments. Login now