Skip to content

Commit

Permalink
Restore unbuffer (#6681)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton authored Dec 6, 2024
1 parent 0909a26 commit 589cf43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ function(message)
endfunction()

option(PROFILE_TESTS "Profile tests" OFF)
set(PYTHON python3)

# Add CCF_PYTHON_PRELAUNCH=unbuffer to env when calling cmake to get coloured
# test output
set(PYTHON "$ENV{CCF_PYTHON_PRELAUNCH}" python3)

set(DISTRIBUTE_PERF_TESTS
""
Expand Down

0 comments on commit 589cf43

Please sign in to comment.