You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: script/tool/lib/src/xctest_command.dart
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ import 'package:path/path.dart' as p;
14
14
import'common.dart';
15
15
16
16
constString _kiOSDestination ='ios-destination';
17
-
constString _kSkip ='skip';
18
17
constString _kXcodeBuildCommand ='xcodebuild';
19
18
constString _kXCRunCommand ='xcrun';
20
19
constString _kFoundNoSimulatorsMessage =
@@ -36,8 +35,6 @@ class XCTestCommand extends PluginCommand {
36
35
'this is passed to the `-destination` argument in xcodebuild command.\n'
37
36
'See https://developer.apple.com/library/archive/technotes/tn2339/_index.html#//apple_ref/doc/uid/DTS40014588-CH1-UNIT for details on how to specify the destination.',
38
37
);
39
-
argParser.addMultiOption(_kSkip,
40
-
help:'Plugins to skip while running this command. \n');
41
38
}
42
39
43
40
@override
@@ -59,8 +56,6 @@ class XCTestCommand extends PluginCommand {
0 commit comments