Skip to content

Commit 0104787

Browse files
committed
Opt-out Quarto coloring for log instead
1 parent 0864ea5 commit 0104787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-quarto.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test_that("quarto_run report full quarto cli error message", {
1818
skip_if_no_quarto()
1919
local_reproducible_output(width = 1000)
2020
# Ensure we don't have colors in the output for quarto-cli error
21-
withr::local_envvar(list(R_CLI_NUM_COLORS = 1L))
21+
withr::local_envvar(list(NO_COLOR = 1L))
2222
# https://github.com/quarto-dev/quarto-r/issues/235
2323
tmp_proj <- local_quarto_project(type = "book")
2424
withr::local_dir(tmp_proj)

0 commit comments

Comments
 (0)