Print verbose logs in avd_test.sh and cuttlefish.sh

This commit is contained in:
topjohnwu
2025-05-11 02:18:36 -07:00
parent 9684a35cab
commit 608786e8f3
2 changed files with 4 additions and 4 deletions

View File

@@ -85,11 +85,11 @@ test_main() {
adb wait-for-device
# Patch and test debug build
./build.py avd_patch "$CF_HOME/init_boot.img" magisk_patched.img
./build.py -v avd_patch "$CF_HOME/init_boot.img" magisk_patched.img
test_cf debug
# Patch and test release build
./build.py -r avd_patch "$CF_HOME/init_boot.img" magisk_patched.img
./build.py -vr avd_patch "$CF_HOME/init_boot.img" magisk_patched.img
test_cf release
# Cleanup