summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-01-19 20:23:36 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-19 20:23:36 +0100
commit18098b7de3c4460110903bc8674a2a9c81f18789 (patch)
tree4649bacd75f0c4edb62ebdad44c39873ec28509b /README.md
parentDO NOT MERGE: Add a checker for signature boundary in verifier am: f616da1726 am: 5346da0220 -s ours am: a41cc29447 -s ours am: 051dfa7ec3 -s ours am: 94c8b5e5a6 am: 2b1bcab427 -s ours am: 37a5941440 am: ddca75fb0a am: b21b92b386 am: 8a51334062 -s ours am: 67b69c05c6 am: 8f9e3c9bd9 am: 8953f919e4 (diff)
parentMerge "Add checkers and tests for empty locale in PNG file" (diff)
downloadandroid_bootable_recovery-18098b7de3c4460110903bc8674a2a9c81f18789.tar
android_bootable_recovery-18098b7de3c4460110903bc8674a2a9c81f18789.tar.gz
android_bootable_recovery-18098b7de3c4460110903bc8674a2a9c81f18789.tar.bz2
android_bootable_recovery-18098b7de3c4460110903bc8674a2a9c81f18789.tar.lz
android_bootable_recovery-18098b7de3c4460110903bc8674a2a9c81f18789.tar.xz
android_bootable_recovery-18098b7de3c4460110903bc8674a2a9c81f18789.tar.zst
android_bootable_recovery-18098b7de3c4460110903bc8674a2a9c81f18789.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index dc3d44e6e..8e20b5a62 100644
--- a/README.md
+++ b/README.md
@@ -40,3 +40,10 @@ Running the manual tests
- Reboot the device immediately and run the test again. The test should save the
contents of pmsg buffer into /data/misc/recovery/inject.txt. Test will pass if
this file has expected contents.
+
+`ResourceTest` validates whether the png files are qualified as background text
+image under recovery.
+
+ 1. `adb sync data` to make sure the test-dir has the images to test.
+ 2. The test will automatically pickup and verify all `_text.png` files in
+ the test dir.