Skip to content

Commit 189ed9e

Browse files
disable parallel precompile in test because it swallows logs
1 parent e1f7a8c commit 189ed9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ end
14951495

14961496
# helper function to load a package and return the output
14971497
function load_package(name, args=``)
1498-
code = "using $name"
1498+
code = "Base.disable_parallel_precompile = true; using $name"
14991499
cmd = addenv(`$(Base.julia_cmd()) -e $code $args`,
15001500
"JULIA_LOAD_PATH" => dir,
15011501
"JULIA_DEPOT_PATH" => depot_path,

0 commit comments

Comments
 (0)