File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ async def log_stream_task(initial_devices):
145
145
146
146
async def xcode_test (location , simulator , verbose ):
147
147
# Run the test suite on the named simulator
148
+ print ("Starting xcodebuild..." )
148
149
args = [
149
150
"xcodebuild" ,
150
151
"test" ,
@@ -259,8 +260,9 @@ def update_plist(testbed_path, args):
259
260
260
261
async def run_testbed (simulator : str , args : list [str ], verbose : bool = False ):
261
262
location = Path (__file__ ).parent
262
- print ("Updating plist..." )
263
+ print ("Updating plist..." , end = "" , flush = True )
263
264
update_plist (location , args )
265
+ print (" done." )
264
266
265
267
# Get the list of devices that are booted at the start of the test run.
266
268
# The simulator started by the test suite will be detected as the new
You can’t perform that action at this time.
0 commit comments