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):
145145
146146async  def  xcode_test (location , simulator , verbose ):
147147    # Run the test suite on the named simulator 
148+     print ("Starting xcodebuild..." )
148149    args  =  [
149150        "xcodebuild" ,
150151        "test" ,
@@ -259,8 +260,9 @@ def update_plist(testbed_path, args):
259260
260261async  def  run_testbed (simulator : str , args : list [str ], verbose : bool = False ):
261262    location  =  Path (__file__ ).parent 
262-     print ("Updating plist..." )
263+     print ("Updating plist..." ,  end = "" ,  flush = True )
263264    update_plist (location , args )
265+     print (" done." )
264266
265267    # Get the list of devices that are booted at the start of the test run. 
266268    # 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