File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -91,14 +91,14 @@ function createDevices() {
91
91
}
92
92
93
93
function deleteDevices() {
94
- xcrun simctl delete RxSwiftTest-iPhone4s-iOS_7.1
95
- xcrun simctl delete RxSwiftTest-iPhone5-iOS_7.1
96
- xcrun simctl delete RxSwiftTest-iPhone5s-iOS_7.1
94
+ xcrun simctl delete RxSwiftTest-iPhone4s-iOS_7.1 || echo " fail "
95
+ xcrun simctl delete RxSwiftTest-iPhone5-iOS_7.1 || echo " fail "
96
+ xcrun simctl delete RxSwiftTest-iPhone5s-iOS_7.1 || echo " fail "
97
97
98
- xcrun simctl delete RxSwiftTest-iPhone4s-iOS_8.4
99
- xcrun simctl delete RxSwiftTest-iPhone5-iOS_8.4
100
- xcrun simctl delete RxSwiftTest-iPhone5s-iOS_8.4
98
+ xcrun simctl delete RxSwiftTest-iPhone4s-iOS_8.4 || echo " fail "
99
+ xcrun simctl delete RxSwiftTest-iPhone5-iOS_8.4 || echo " fail "
100
+ xcrun simctl delete RxSwiftTest-iPhone5s-iOS_8.4 || echo " fail "
101
101
102
- xcrun simctl delete RxSwiftTest-iPhone6-iOS_8.4
103
- xcrun simctl delete RxSwiftTest-iPhone6Plus-iOS_8.4
102
+ xcrun simctl delete RxSwiftTest-iPhone6-iOS_8.4 || echo " fail "
103
+ xcrun simctl delete RxSwiftTest-iPhone6Plus-iOS_8.4 || echo " fail "
104
104
}
You can’t perform that action at this time.
0 commit comments