File tree 2 files changed +22
-5
lines changed
Tests.xcodeproj/xcshareddata/xcschemes
2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 44
44
</SkippedTests >
45
45
</TestableReference >
46
46
</Testables >
47
- <AdditionalOptions >
48
- </AdditionalOptions >
49
47
</TestAction >
50
48
<LaunchAction
51
49
buildConfiguration = " Test"
67
65
</BuildableReference >
68
66
</MacroExpansion >
69
67
<EnvironmentVariables >
68
+ <EnvironmentVariable
69
+ key = " HOST_PORT_LOCAL"
70
+ value = " localhost:5050"
71
+ isEnabled = " YES" >
72
+ </EnvironmentVariable >
73
+ <EnvironmentVariable
74
+ key = " HOST_PORT_REMOTE"
75
+ value = " grpc-test.sandbox.googleapis.com"
76
+ isEnabled = " YES" >
77
+ </EnvironmentVariable >
70
78
<EnvironmentVariable
71
79
key = " GRPC_CFSTREAM_RUN_LOOP"
72
80
value = " 1"
73
81
isEnabled = " YES" >
74
82
</EnvironmentVariable >
83
+ <EnvironmentVariable
84
+ key = " HOST_PORT_LOCALSSL"
85
+ value = " localhost:5051"
86
+ isEnabled = " YES" >
87
+ </EnvironmentVariable >
75
88
</EnvironmentVariables >
76
89
</LaunchAction >
77
90
<ProfileAction
Original file line number Diff line number Diff line change 79
79
80
80
XCODEBUILD_FILTER_OUTPUT_SCRIPT=" ./xcodebuild_filter_output.sh"
81
81
82
+ export HOST_PORT_LOCALSSL=localhost:$TLS_PORT
83
+ export HOST_PORT_LOCAL=localhost:$PLAIN_PORT
84
+ export HOST_PORT_REMOTE=grpc-test.sandbox.googleapis.com
85
+
82
86
time xcodebuild \
83
87
-workspace Tests.xcworkspace \
84
88
-scheme $SCHEME \
85
89
-destination " $DESTINATION " \
86
- HOST_PORT_LOCALSSL=localhost: $TLS_PORT \
87
- HOST_PORT_LOCAL=localhost: $PLAIN_PORT \
88
- HOST_PORT_REMOTE=grpc-test.sandbox.googleapis.com \
90
+ HOST_PORT_LOCALSSL=$HOST_PORT_LOCALSSL \
91
+ HOST_PORT_LOCAL=$HOST_PORT_LOCAL \
92
+ HOST_PORT_REMOTE=$HOST_PORT_REMOTE \
89
93
GCC_OPTIMIZATION_LEVEL=s \
90
94
test | " ${XCODEBUILD_FILTER_OUTPUT_SCRIPT} "
You can’t perform that action at this time.
0 commit comments