mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-31 04:07:25 +00:00
Cleaned up
This commit is contained in:
@@ -38,10 +38,13 @@ function run_appium() {
|
||||
}
|
||||
|
||||
if [[ $REAL_DEVICE = true ]]; then
|
||||
echo "Using real device"
|
||||
run_appium
|
||||
elif [[ $GENYMOTION = true ]]; then
|
||||
echo "Using Genymotion"
|
||||
prepare_geny_cloud
|
||||
run_appium
|
||||
else
|
||||
echo "Using Emulator"
|
||||
python3 -m src.app
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user