summaryrefslogtreecommitdiffstats
path: root/tests/component/applypatch_test.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-04-19 21:35:14 +0200
committerTao Bao <tbao@google.com>2018-04-19 21:46:22 +0200
commit4f834304715229dc6a94060e6b2a146a329b1f1c (patch)
treec1ed50959c0f36e8c8218620becb106bfef2fd3c /tests/component/applypatch_test.cpp
parentMerge "Add sample_updater style check to PREUPLOAD.cfg" (diff)
downloadandroid_bootable_recovery-4f834304715229dc6a94060e6b2a146a329b1f1c.tar
android_bootable_recovery-4f834304715229dc6a94060e6b2a146a329b1f1c.tar.gz
android_bootable_recovery-4f834304715229dc6a94060e6b2a146a329b1f1c.tar.bz2
android_bootable_recovery-4f834304715229dc6a94060e6b2a146a329b1f1c.tar.lz
android_bootable_recovery-4f834304715229dc6a94060e6b2a146a329b1f1c.tar.xz
android_bootable_recovery-4f834304715229dc6a94060e6b2a146a329b1f1c.tar.zst
android_bootable_recovery-4f834304715229dc6a94060e6b2a146a329b1f1c.zip
Diffstat (limited to 'tests/component/applypatch_test.cpp')
-rw-r--r--tests/component/applypatch_test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/component/applypatch_test.cpp b/tests/component/applypatch_test.cpp
index aa0959bf5..f19f28c60 100644
--- a/tests/component/applypatch_test.cpp
+++ b/tests/component/applypatch_test.cpp
@@ -344,6 +344,11 @@ TEST_F(ApplyPatchModesTest, PatchModeEmmcTargetWithMultiplePatches) {
patch1.c_str(),
patch2.c_str(),
patch3.c_str() };
+ // TODO(b/67849209): Remove after addressing the flakiness.
+ printf("Calling applypatch_modes with the following args:\n");
+ for (const auto& arg : args) {
+ printf(" %s\n", arg);
+ }
ASSERT_EQ(0, applypatch_modes(args.size(), args.data()));
}