mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ run_test_internal() {
|
|||
|
||||
# Measure the time taken by _zsh_highlight.
|
||||
TIMEFMT="%*Es"
|
||||
time (BUFFER="$BUFFER" && _zsh_highlight)
|
||||
{ time (BUFFER="$BUFFER" && _zsh_highlight) } 2>&1
|
||||
}
|
||||
|
||||
run_test() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue