Skip to content

Commit 2ee4b1b

Browse files
author
Daniel Browne
committed
Remove redundant build scheme names
1 parent fcd494c commit 2ee4b1b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Consumption-Tests/Shared/performTests.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,11 @@ function performTests {
197197
SUMMARY_LOG_OUTPUT+=" (checkout was skipped) +++++"
198198
fi
199199

200-
runXcodeBuild "$NAME" "Swift-iOS-WithoutEncryption"
201200
runXcodeBuild "$NAME" "Swift-iOS-WithEncryption"
202-
runXcodeBuild "$NAME" "Swift-macOS-WithoutEncryption"
203201
runXcodeBuild "$NAME" "Swift-macOS-WithEncryption"
204-
runXcodeBuild "$NAME" "Swift-tvOS-WithoutEncryption"
205202
runXcodeBuild "$NAME" "Swift-tvOS-WithEncryption"
206-
runXcodeBuild "$NAME" "ObjectiveC-iOS-WithoutEncryption"
207203
runXcodeBuild "$NAME" "ObjectiveC-iOS-WithEncryption"
208-
runXcodeBuild "$NAME" "ObjectiveC-macOS-WithoutEncryption"
209204
runXcodeBuild "$NAME" "ObjectiveC-macOS-WithEncryption"
210-
runXcodeBuild "$NAME" "ObjectiveC-tvOS-WithoutEncryption"
211205
runXcodeBuild "$NAME" "ObjectiveC-tvOS-WithEncryption"
212206

213207
echo "------ END: $FUNCNAME $@ ------"

0 commit comments

Comments
 (0)