]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
cr-try-bisect: When bisection is done, keep the old mro as mro.done
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 17 Jan 2019 11:43:51 +0000 (11:43 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 17 Jan 2019 11:43:51 +0000 (11:43 +0000)
This will help with debugging, or if we want to manually reset/restart
things.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
cr-try-bisect

index d613c348e6073f0af98840b65c2dfd37d38479c9..a2b77b9a740b177884b76e6e2512aefc9bb32081 100755 (executable)
@@ -106,6 +106,6 @@ done
 
 echo nothing to do
 rm -f $startstamp
-rm $mrof
+mv -f $mrof $mrof.done
 
 exit 0