From fe0ae4ed215ed498123751f706ff489b35e4f5db Mon Sep 17 00:00:00 2001 From: Steve Bilogan Date: Wed, 2 Oct 2024 09:44:43 -0400 Subject: [PATCH] ci: test ini files --- build/scripts/android-uitest-run.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build/scripts/android-uitest-run.sh b/build/scripts/android-uitest-run.sh index 35af23866..65cc9ba48 100644 --- a/build/scripts/android-uitest-run.sh +++ b/build/scripts/android-uitest-run.sh @@ -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" ]; @@ -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