From 463e3454bd8553c8ee26c813a83386beeecb9837 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 10 May 2017 15:33:05 +0300 Subject: Make machine_manifest class to partially delegate parsing/serialization to base one --- unit-tests/bootstrap-manifest/testscript | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'unit-tests/bootstrap-manifest/testscript') diff --git a/unit-tests/bootstrap-manifest/testscript b/unit-tests/bootstrap-manifest/testscript index 52c6721..e2af360 100644 --- a/unit-tests/bootstrap-manifest/testscript +++ b/unit-tests/bootstrap-manifest/testscript @@ -143,17 +143,23 @@ { : unquoted : - $* <'stdin:3:42: error: invalid machine options: unterminated quoted string' == 1 + $* <'stdin:6:42: error: invalid machine options: unterminated quoted string' == 1 : 1 : + id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + name: windows_10-msvc_14 + summary: Windows 10 build 1607 with VC 14 update 3 options: -device "virtio-scsi-pci,id=scsi EOI : empty : - $* <'stdin:3:9: error: empty machine options' == 1 + $* <'stdin:6:9: error: empty machine options' == 1 : 1 : + id: a2b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + name: windows_10-msvc_14 + summary: Windows 10 build 1607 with VC 14 update 3 options: EOI } -- cgit v1.1