# HG changeset patch # User Benoit Boissinot # Date 2008-09-05 09:02:12 # Node ID ca6103c5eefda055952e41cf32cb265ba620a847 # Parent 5ce625983208ee09ef583e7b23389de6032ae1d5 fix test-bisect error (because of set -e) diff --git a/tests/test-bisect b/tests/test-bisect --- a/tests/test-bisect +++ b/tests/test-bisect @@ -71,4 +71,4 @@ hg bisect -s echo % test no action hg bisect -r -hg bisect +hg bisect || echo failure diff --git a/tests/test-bisect.out b/tests/test-bisect.out --- a/tests/test-bisect.out +++ b/tests/test-bisect.out @@ -285,3 +285,4 @@ summary: msg 2 % test no action abort: cannot bisect (no known good revisions) +failure