Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
print used test simulators
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Jul 18, 2024
1 parent 6e48bc0 commit 3649504
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ ios15Check="0"
ios16Check="0"
ios17Check="0"

echo "Using the following simulators:"
echo "iOS 15: $IOS_15"
echo "iOS 16: $IOS_16"
echo "iOS 17: $IOS_17"

xcodebuild -quiet test -workspace BTFuse.xcworkspace -scheme BTFuseTests -enableCodeCoverage YES -destination-timeout 60 -destination "id=$IOS_15"
ios15Check=$?
xcodebuild -quiet test -workspace BTFuse.xcworkspace -scheme BTFuseTests -enableCodeCoverage YES -destination-timeout 60 -destination "id=$IOS_16"
Expand Down

0 comments on commit 3649504

Please sign in to comment.