mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-07-31 03:03:37 +00:00
Print verbose logs in avd_test.sh and cuttlefish.sh
This commit is contained in:
parent
9684a35cab
commit
608786e8f3
@ -134,7 +134,7 @@ test_main() {
|
||||
|
||||
if [ -z "$AVD_TEST_SKIP_DEBUG" ]; then
|
||||
# Patch and test debug build
|
||||
./build.py avd_patch "$ramdisk" magisk_patched.img
|
||||
./build.py -v avd_patch "$ramdisk" magisk_patched.img
|
||||
kill -INT $emu_pid
|
||||
wait $emu_pid
|
||||
test_emu debug $api
|
||||
@ -142,7 +142,7 @@ test_main() {
|
||||
|
||||
if [ -z "$AVD_TEST_SKIP_RELEASE" ]; then
|
||||
# Patch and test release build
|
||||
./build.py -r avd_patch "$ramdisk" magisk_patched.img
|
||||
./build.py -vr avd_patch "$ramdisk" magisk_patched.img
|
||||
kill -INT $emu_pid
|
||||
wait $emu_pid
|
||||
test_emu release $api
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user