Skip to content

Commit

Permalink
debug - run CI with logs on
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Jul 8, 2023
1 parent d753d0b commit a8f8125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8f8125

Please sign in to comment.