8000 Changing to xcodebuild as xctool fails to run tests. Terminating app … · codee/swift-algorithm-club@2813695 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2813695

Browse files
author
Chris Pilcher
committed
Changing to xcodebuild as xctool fails to run tests. Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Got error while trying to deserialize event 'User defaults from command line:': The data is not in the correct format.'
1 parent 9537cf8 commit 2813695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ script:
1010

1111
# - xctool test -project ./All-Pairs\ Shortest\ Paths/APSP/APSP.xcodeproj -scheme APSPTests
1212
# - xctool test -project ./Array2D/Tests/Tests.xcodeproj -scheme Tests
13-
- xctool test -project ./AVL\ Tree/Tests/Tests.xcodeproj -scheme Tests
13+
- xcodebuild test -project ./AVL\ Tree/Tests/Tests.xcodeproj -scheme Tests
1414
# - xctool test -project ./Binary\ Search/Tests/Tests.xcodeproj -scheme Tests
1515
# - xctool test -project ./Binary\ Search\ Tree/Solution\ 1/Tests/Tests.xcodeproj -scheme Tests
1616
# - xctool test -project ./Bloom\ Filter/Tests/Tests.xcodeproj -scheme Tests

0 commit comments

Comments
 (0)
0