diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-10 15:33:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 13:06:42 +0300 |
commit | 463e3454bd8553c8ee26c813a83386beeecb9837 (patch) | |
tree | 4ef042d2af01c92274637cd21ff6279e731bbe1d /unit-tests/bootstrap-manifest/testscript | |
parent | e08751b52c77608eda1bb38e3437167f53e3b06b (diff) |
Make machine_manifest class to partially delegate parsing/serialization to base one
Diffstat (limited to 'unit-tests/bootstrap-manifest/testscript')
-rw-r--r-- | unit-tests/bootstrap-manifest/testscript | 10 |
1 files changed, 8 insertions, 2 deletions
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 : - $* <<EOI 2>'stdin:3:42: error: invalid machine options: unterminated quoted string' == 1 + $* <<EOI 2>'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 : - $* <<EOI 2>'stdin:3:9: error: empty machine options' == 1 + $* <<EOI 2>'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 } |