From a8f8125514a06b2d411d8e489e24ef47f43ab168 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Sat, 8 Jul 2023 19:51:39 -0400 Subject: [PATCH] debug - run CI with logs on --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index ef41d5588e..2bb1fefaa7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -38,7 +38,7 @@ if (server = Pkg.pkg_server()) !== nothing && Sys.which("curl") !== nothing end ### Disable logging output if true (default) -hide_logs = Base.get_bool_env("JULIA_PKG_TEST_QUIET", true) +hide_logs = Base.get_bool_env("JULIA_PKG_TEST_QUIET", false) logdir = get(ENV, "JULIA_TEST_VERBOSE_LOGS_DIR", nothing) ### Send all Pkg output to a file called Pkg.log