Fix copy+paste error.
The tool under test is dumpresolutions not listshare. Test: m dumpresolutions; out/soong/host/linux-x85/dumpresolutions ... where ... is the path to the .meta_lic file for the system image. In my case if $ export PRODUCT=$(realpath $ANDROID_PRODUCT_OUT --relative-to=$PWD) ... can be expressed as: ${PRODUCT}/gen/META/lic_intermediates/${PRODUCT}/system.img.meta_lic Change-Id: Id3d6e701ebd3dab03f407116d85a5e2aab8c5c59
This commit is contained in:
parent
afe22b9a74
commit
91af68b1e1
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ func Test_plaintext(t *testing.T) {
|
|||
for len(outList) > startLine && len(expectedList) > startLine && outList[startLine] == expectedList[startLine] {
|
||||
startLine++
|
||||
}
|
||||
t.Errorf("listshare: gotStdout = %v, want %v, somewhere near line %d Stdout = %v, want %v",
|
||||
t.Errorf("dumpresoliutions: gotStdout = %v, want %v, somewhere near line %d Stdout = %v, want %v",
|
||||
out, expected, startLine+1, outList[startLine], expectedList[startLine])
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue