Skip to content

Commit 3510df4

Browse files
committed
Misc test fixes
1 parent 695f964 commit 3510df4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: test/runtests.jl

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
using jlpkg, Test, Pkg, Pkg.TOML
44

55
const root = joinpath(dirname(dirname(pathof(jlpkg))))
6-
# --compile=yes required due to JuliaLang/julia#37059
7-
# --code_coverage=@ replaced with "user"
86

97
function coverage_arg_string()
108
cc = Base.JLOptions().code_coverage
@@ -15,12 +13,12 @@ function coverage_arg_string()
1513
"@$(unsafe_string(Base.JLOptions().tracked_path))"
1614
end
1715
end
18-
16+
1917
const test_cmd = ```$(Base.julia_cmd()) $(jlpkg.default_julia_flags)
2018
--code-coverage=$(coverage_arg_string())
21-
--compile=yes
2219
--color=no
2320
$(joinpath(root, "src", "cli.jl"))```
21+
2422
const jlpkg_version = match(r"^version = \"(\d+.\d+.\d+)\"$"m,
2523
read(joinpath(root, "Project.toml"), String)).captures[1]
2624

0 commit comments

Comments
 (0)