Skip to content

Commit 68dea56

Browse files
committed
suppress precompile logs
1 parent 0ec6218 commit 68dea56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/toplevel/test_virtualprocess.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,6 +2238,7 @@ using Pkg
22382238
function test_report_package(test_func, module_ex;
22392239
base_setup=function ()
22402240
Pkg.develop(; path=normpath(FIXTURES_DIR, "PkgAnalysisDep"), io=devnull)
2241+
Pkg.precompile(; io=devnull)
22412242
end,
22422243
additional_setup=()->nothing,
22432244
jetconfigs...)
@@ -2255,6 +2256,7 @@ function test_report_package(test_func, module_ex;
22552256

22562257
Pkg.activate(; temp=true, io=devnull)
22572258
Pkg.develop(; path=pkgpath, io=devnull)
2259+
Pkg.precompile(; io=devnull)
22582260

22592261
pkgfile = normpath(pkgpath, "src", "$pkgname.jl")
22602262
write(pkgfile, string(pkgcode))
@@ -2617,6 +2619,7 @@ let old = Pkg.project().path
26172619
try
26182620
Pkg.activate(; temp=true, io=devnull)
26192621
Pkg.develop(; path=normpath(FIXTURES_DIR, "JET597"), io=devnull)
2622+
Pkg.precompile(; io=devnull)
26202623

26212624
using JET597
26222625

0 commit comments

Comments
 (0)