mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Update job-uitests.yml
This commit is contained in:
parent
51597e8756
commit
c1b61e38ea
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ job-android-uitests:
|
|||
#define adb tcp port
|
||||
- RUNNING_DEVICES=$(${ANDROID_HOME}/platform-tools/adb devices)
|
||||
- while [[ $RUNNING_DEVICES == *$emulator_adb_port* ]]; do; emulator_adb_port=$(($emulator_adb_port + 2)); done
|
||||
- if [ $emulator_adb_port -gt 5586]; then; echo "|warning| the 15 recommended ports are already used by other emulators. ADB may not function properly for this emulator"; fi
|
||||
- if [ $emulator_adb_port -gt 5586 ]; then; echo "|warning| the 15 recommended ports are already used by other emulators. ADB may not function properly for this emulator"; fi
|
||||
- emulator_name=$emulator_name-$emulator_adb_port
|
||||
|
||||
#install emulator system-image and create it
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue