From ca35746ba41437b1ced31d689ec51203c960bfb4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Apr 2017 06:51:33 +0200 Subject: Pass machine options instead of default QEMU/KVM network/disk setup --- bbot/machine-manifest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/machine-manifest.cxx') diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx index debdbcc..acb9d27 100644 --- a/bbot/machine-manifest.cxx +++ b/bbot/machine-manifest.cxx @@ -213,7 +213,7 @@ namespace bbot } strings machine_manifest:: - unquoted_options () + unquoted_options () const { return options ? string_parser::unquote (*options) -- cgit v1.1