test harness: Output the time information to the same place the test name was printed to.
This commit is contained in:
		
							parent
							
								
									3e7745ef30
								
							
						
					
					
						commit
						9e9885253a
					
				|  | @ -73,7 +73,7 @@ run_test_internal() { | ||||||
| 
 | 
 | ||||||
|   # Measure the time taken by _zsh_highlight. |   # Measure the time taken by _zsh_highlight. | ||||||
|   TIMEFMT="%*Es" |   TIMEFMT="%*Es" | ||||||
|   time (BUFFER="$BUFFER" && _zsh_highlight) |   { time (BUFFER="$BUFFER" && _zsh_highlight) } 2>&1 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| run_test() { | run_test() { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue