Skip to content

Commit 15a740d

Browse files
committed
Add log message about which triple is under test
1 parent c0e37d7 commit 15a740d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scripts/android/android-emulator-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ ANDROID_EMULATOR_ARCH="${ANDROID_SDK_TRIPLE/-unknown-linux-android*/}"
6363
# x86_64=x86_64, armv7=arm
6464
ANDROID_EMULATOR_ARCH_TRIPLE="${ANDROID_EMULATOR_ARCH}"
6565

66+
log "Running tests for ${ANDROID_SDK_TRIPLE}"
67+
6668
EMULATOR_SPEC="system-images;android-${ANDROID_API};default;${ANDROID_EMULATOR_ARCH}"
6769

6870
log "SWIFT_ANDROID_SDK_HOME=${SWIFT_ANDROID_SDK_HOME}"

0 commit comments

Comments
 (0)