mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Mark the benchmark as using the terminal
Prevents buffering all output from the command.
This commit is contained in:
parent
e634abc1c8
commit
f35f2fe110
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
|||
|
||||
ADD_CUSTOM_TARGET(benchmark
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/benchmarks/driver.sh $<TARGET_FILE:fish>
|
||||
USES_TERMINAL
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue