Interpret exit code 33 as test success

This commit is contained in:
Philipp Oppermann
2019-04-20 18:34:30 +02:00
parent dbdd46da9a
commit 98a0e605be

View File

@@ -23,3 +23,4 @@ panic = "abort"
[package.metadata.bootimage]
default-target = "x86_64-blog_os.json"
test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04"]
test-success-exit-code = 33 # (0x10 << 1) | 1