Skip to content

Commit

Permalink
ci: test ini files
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Oct 2, 2024
1 parent 50068c3 commit fe0ae4e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build/scripts/android-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ then
fi

AVD_NAME=xamarin_android_emulator
AVD_CONFIG_FILE=~/.android/avd/$AVD_NAME.ini
AVD_CONFIG_FILE=~/.android/avd/$AVD_NAME.avd/config.ini

# Install Android SDK emulators and SDKs
if [ ! -f "$UNO_EMULATOR_INSTALLED" ];
Expand Down Expand Up @@ -66,6 +66,13 @@ then

echo $ANDROID_HOME/emulator/emulator -list-avds

cat $AVD_CONFIG_FILE
if [ ! -f "~/.android/avd/$AVD_NAME.ini" ];
then
echo "found avd .ini file"
cat ~/.android/avd/$AVD_NAME.ini
fi

echo "Starting emulator"

# Start emulator in background
Expand Down

0 comments on commit fe0ae4e

Please sign in to comment.