summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi-Yo Chiang <yochiang@google.com>2022-08-06 05:37:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-08-06 05:37:48 +0000
commitff67aac422945f886fe7fb12cd5d254e5c9c34c9 (patch)
treef9dd3e86fadfe7e0456dd19e0e8316cdd46742ce
parentff8d2de083307bf643b5228c8bb4a7ac391e4111 (diff)
parente4942597017b2c8a0af34c377eb40ee772287eda (diff)
downloadgsid-ff67aac422945f886fe7fb12cd5d254e5c9c34c9.tar.gz
DsuGsiIntegrationTest: Push without content provider am: 6379aa78f7 am: e9a4abb2b3 am: aa8ab53414 am: e494259701
Original change: https://android-review.googlesource.com/c/platform/system/gsid/+/2175683 Change-Id: I556ae1abc1f46feedfc8521088bd579ea11a6af1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--tests/DsuGsiIntegrationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DsuGsiIntegrationTest.java b/tests/DsuGsiIntegrationTest.java
index 18bafd3..78d001c 100644
--- a/tests/DsuGsiIntegrationTest.java
+++ b/tests/DsuGsiIntegrationTest.java
@@ -144,7 +144,7 @@ public class DsuGsiIntegrationTest extends DsuTestBase {
}
CLog.i("Pushing '%s' -> '%s'", mSystemImageZip, DSU_IMAGE_ZIP_PUSH_PATH);
- getDevice().pushFile(mSystemImageZip, DSU_IMAGE_ZIP_PUSH_PATH);
+ getDevice().pushFile(mSystemImageZip, DSU_IMAGE_ZIP_PUSH_PATH, true);
final long freeSpaceBeforeInstall = getDevice().getPartitionFreeSpace("/data") << 10;
assertShellCommand(getDsuInstallCommand());