Consolidate setup methods

This commit is contained in:
topjohnwu
2025-02-12 17:52:38 +08:00
committed by John Wu
parent b73d4a7022
commit 29043e1684
2 changed files with 17 additions and 22 deletions

View File

@ -53,9 +53,7 @@ run_setup() {
local app='com.topjohnwu.magisk.test/com.topjohnwu.magisk.test.AppTestRunner'
# Run setup through the test app
am_instrument '.Environment#setupMagisk' $app
# Install LSPosed
am_instrument '.Environment#setupLsposed' $app
am_instrument '.Environment#setupEnvironment' $app
}
run_tests() {