Skip to content

Commit

Permalink
suppress precompile logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Aug 20, 2024
1 parent 0ec6218 commit 68dea56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/toplevel/test_virtualprocess.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2238,6 +2238,7 @@ using Pkg
function test_report_package(test_func, module_ex;
base_setup=function ()
Pkg.develop(; path=normpath(FIXTURES_DIR, "PkgAnalysisDep"), io=devnull)
Pkg.precompile(; io=devnull)
end,
additional_setup=()->nothing,
jetconfigs...)
Expand All @@ -2255,6 +2256,7 @@ function test_report_package(test_func, module_ex;

Pkg.activate(; temp=true, io=devnull)
Pkg.develop(; path=pkgpath, io=devnull)
Pkg.precompile(; io=devnull)

pkgfile = normpath(pkgpath, "src", "$pkgname.jl")
write(pkgfile, string(pkgcode))
Expand Down Expand Up @@ -2617,6 +2619,7 @@ let old = Pkg.project().path
try
Pkg.activate(; temp=true, io=devnull)
Pkg.develop(; path=normpath(FIXTURES_DIR, "JET597"), io=devnull)
Pkg.precompile(; io=devnull)

using JET597

Expand Down

0 comments on commit 68dea56

Please sign in to comment.