From: Ian Jackson Date: Thu, 17 Jan 2019 11:43:51 +0000 (+0000) Subject: cr-try-bisect: When bisection is done, keep the old mro as mro.done X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ef0e481bafb8b64be563b3837a8d958c94f279d5;p=osstest.git cr-try-bisect: When bisection is done, keep the old mro as mro.done This will help with debugging, or if we want to manually reset/restart things. Signed-off-by: Ian Jackson --- diff --git a/cr-try-bisect b/cr-try-bisect index d613c34..a2b77b9 100755 --- a/cr-try-bisect +++ b/cr-try-bisect @@ -106,6 +106,6 @@ done echo nothing to do rm -f $startstamp -rm $mrof +mv -f $mrof $mrof.done exit 0