##// END OF EJS Templates
fix test-bisect error (because of set -e)
Benoit Boissinot -
r6990:ca6103c5 default
parent child Browse files
Show More
@@ -71,4 +71,4 b' hg bisect -s'
71
71
72 echo % test no action
72 echo % test no action
73 hg bisect -r
73 hg bisect -r
74 hg bisect
74 hg bisect || echo failure
@@ -285,3 +285,4 b' summary: msg 2'
285
285
286 % test no action
286 % test no action
287 abort: cannot bisect (no known good revisions)
287 abort: cannot bisect (no known good revisions)
288 failure
General Comments 0
You need to be logged in to leave comments. Login now