diff options
Diffstat (limited to 'unit-tests')
-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 } |