[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] 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 <ian.jackson@xxxxxxxxxxxxx> --- cr-try-bisect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cr-try-bisect b/cr-try-bisect index d613c348..a2b77b9a 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 -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |