From 8b896055d4d90b538211784cf9ad1bf335b20dc6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 1 May 2017 11:53:04 +0200 Subject: Soft-fail on VM forcedown failures Since we've got the result this should be harmless. And should help with spurious KVM crashes with Mac OS guest. --- bbot/utility.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bbot/utility.hxx') diff --git a/bbot/utility.hxx b/bbot/utility.hxx index 50756dd..f6f0349 100644 --- a/bbot/utility.hxx +++ b/bbot/utility.hxx @@ -80,11 +80,11 @@ namespace bbot template void - run_io_finish (tracer&, process&, const P&); + run_io_finish (tracer&, process&, const P&, bool fail_hard = true); template process_exit::code_type - run_io_finish_exit (tracer&, process&, const P&); + run_io_finish_exit (tracer&, process&, const P&, bool fail_hard = true); template inline void -- cgit v1.1