add test case for Issue #91

pull/94/head
cfig 3 years ago
parent 46370b17a8
commit 56b75a2610
No known key found for this signature in database
GPG Key ID: B104C307F0FDABB7

@ -36,7 +36,7 @@ class SparseImgParser : IPackable {
}
override fun capabilities(): List<String> {
return listOf("^(system|system_ext|system_other|vendor|product|cache|userdata|super)\\.img$")
return listOf("^(system|system_ext|system_other|vendor|product|cache|userdata|super|oem)\\.img$")
}
override fun unpack(fileName: String) {

@ -172,6 +172,8 @@ def main():
# Issue 88: boot image V4 without boot signature,
# and Issue 75: allow duplicated entry in cpio
verifySingleDir(resDir2, "issue_88")
# Issue 92: unsigned vendor_boot
verifySingleDir(resDir2, "issue_91_unsigned_vendor_boot")
log.info(successLogo)

@ -1 +1 @@
Subproject commit bf966f66a1546fbb3f765ad6daeea42db57342e1
Subproject commit 9204d80a97535f5284f96f7f145edeae7d02cec4
Loading…
Cancel
Save