This commit is contained in:
@@ -164,10 +164,10 @@ cleanup() {
|
||||
echo "--- Cleanup ---"
|
||||
# [[ -n "$APPIUM_PID" ]] && kill -9 "$APPIUM_PID" 2>/dev/null || true
|
||||
# [[ -n "$EXPO_PID" ]] && kill -9 "$EXPO_PID" 2>/dev/null || true
|
||||
[[ -n "$EMU_PID" ]] && kill -9 "$EMU_PID" 2>/dev/null || true
|
||||
adb emu kill 2>/dev/null || true
|
||||
# [[ -n "$EMU_PID" ]] && kill -9 "$EMU_PID" 2>/dev/null || true
|
||||
# adb emu kill 2>/dev/null || true
|
||||
# Kill any remaining child processes
|
||||
pkill -9 -P $$ 2>/dev/null || true
|
||||
# pkill -9 -P $$ 2>/dev/null || true
|
||||
}
|
||||
|
||||
main() {
|
||||
@@ -181,9 +181,9 @@ main() {
|
||||
install_dependencies
|
||||
fi
|
||||
|
||||
start_emulator
|
||||
wait_for_emulator
|
||||
disable_animations
|
||||
# start_emulator
|
||||
# wait_for_emulator
|
||||
# disable_animations
|
||||
# start_expo
|
||||
# wait_for_app
|
||||
# dismiss_expo_banner
|
||||
|
||||
Reference in New Issue
Block a user