Cleaned up

This commit is contained in:
butomo1989
2018-06-12 01:05:35 +02:00
parent 68d0c2fc81
commit d6b69863ca
5 changed files with 16 additions and 4 deletions
+3
View File
@@ -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