summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi-Yo Chiang <yochiang@google.com>2022-08-06 06:02:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-08-06 06:02:48 +0000
commit215df6dd9690f9bcf5bdfa0915ef5d20a5953b24 (patch)
treef9dd3e86fadfe7e0456dd19e0e8316cdd46742ce
parentc086e773fbad623810734d818429f811ae39de02 (diff)
parentff67aac422945f886fe7fb12cd5d254e5c9c34c9 (diff)
downloadgsid-215df6dd9690f9bcf5bdfa0915ef5d20a5953b24.tar.gz
DsuGsiIntegrationTest: Push without content provider am: 6379aa78f7 am: e9a4abb2b3 am: aa8ab53414 am: e494259701 am: ff67aac422
Original change: https://android-review.googlesource.com/c/platform/system/gsid/+/2175683 Change-Id: I0d01177c38c931dcff463d2b79e92cae38d7bb48 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());