changeset 6990:ca6103c5eefd

fix test-bisect error (because of set -e)
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 05 Sep 2008 11:02:12 +0200
parents 5ce625983208
children a408ea9876e6 b9d012ce8578
files tests/test-bisect tests/test-bisect.out
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-bisect	Wed Sep 03 19:00:43 2008 +0200
+++ b/tests/test-bisect	Fri Sep 05 11:02:12 2008 +0200
@@ -71,4 +71,4 @@
 
 echo % test no action
 hg bisect -r
-hg bisect
+hg bisect || echo failure
--- a/tests/test-bisect.out	Wed Sep 03 19:00:43 2008 +0200
+++ b/tests/test-bisect.out	Fri Sep 05 11:02:12 2008 +0200
@@ -285,3 +285,4 @@
 
 % test no action
 abort: cannot bisect (no known good revisions)
+failure